Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegSystemImpl.java')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegSystemImpl.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegSystemImpl.java
index 9b74d22613b..5d1f44354d0 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.LegSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class LegSystemImpl extends LocomotionSystemImpl implements LegSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected LegSystemImpl() {
@@ -30,7 +29,7 @@ public class LegSystemImpl extends LocomotionSystemImpl implements LegSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override

Back to the top