Skip to content

Commit

Permalink
[RosSystem]Fix global paramters definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-nhg committed Sep 4, 2023
1 parent 0ed85d0 commit ccf8141
Show file tree
Hide file tree
Showing 16 changed files with 7,357 additions and 5,105 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import org.eclipse.emf.edit.provider.ItemPropertyDescriptor;
import org.eclipse.emf.edit.provider.ItemProviderAdapter;
import org.eclipse.emf.edit.provider.ViewerNotification;
import ros.RosFactory;
import system.RossystemFactory;
import system.RossystemPackage;

Expand Down Expand Up @@ -221,7 +222,7 @@ protected void collectNewChildDescriptors(Collection<Object> newChildDescriptors
newChildDescriptors.add
(createChildParameter
(RossystemPackage.Literals.SYSTEM__PARAMETER,
RossystemFactory.eINSTANCE.createRosParameter()));
RosFactory.eINSTANCE.createParameter()));
}

/**
Expand Down
Loading

0 comments on commit ccf8141

Please sign in to comment.