Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaadia.dhouib@cea.fr2015-01-08 11:02:21 +0000
committersdhouib2015-05-28 12:57:48 +0000
commitc8689cfe26eb8e72ca5fd9d99fd3963f06f92e02 (patch)
treee55709e6582358e065401a09d07ea4ec11be2105 /extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ImageSensorSystemImpl.java
parent22d884781bc090f9bd7e1668e66f4108673dcc6a (diff)
downloadorg.eclipse.papyrus-c8689cfe26eb8e72ca5fd9d99fd3963f06f92e02.tar.gz
org.eclipse.papyrus-c8689cfe26eb8e72ca5fd9d99fd3963f06f92e02.tar.xz
org.eclipse.papyrus-c8689cfe26eb8e72ca5fd9d99fd3963f06f92e02.zip
Modifying profile to add stereotype "onVariable" for uml parameters,
adding a properties view
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ImageSensorSystemImpl.java')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ImageSensorSystemImpl.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ImageSensorSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ImageSensorSystemImpl.java
index 3e7806aa83f..525564cff33 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ImageSensorSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ImageSensorSystemImpl.java
@@ -19,7 +19,6 @@ public class ImageSensorSystemImpl extends SensorSystemImpl implements ImageSens
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
* @generated
*/
protected ImageSensorSystemImpl() {
@@ -29,7 +28,6 @@ public class ImageSensorSystemImpl extends SensorSystemImpl implements ImageSens
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
* @generated
*/
@Override

Back to the top