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/ManMachineInterfaceSystemImpl.java')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManMachineInterfaceSystemImpl.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManMachineInterfaceSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManMachineInterfaceSystemImpl.java
index a48c3021f6a..3c9385071c0 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManMachineInterfaceSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManMachineInterfaceSystemImpl.java
@@ -20,6 +20,7 @@ public class ManMachineInterfaceSystemImpl extends CyberPhysicalSystemImpl imple
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @generated
*/
protected ManMachineInterfaceSystemImpl() {
@@ -29,6 +30,7 @@ public class ManMachineInterfaceSystemImpl extends CyberPhysicalSystemImpl imple
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -36,4 +38,4 @@ public class ManMachineInterfaceSystemImpl extends CyberPhysicalSystemImpl imple
return RobotMLPackage.Literals.MAN_MACHINE_INTERFACE_SYSTEM;
}
-} //ManMachineInterfaceSystemImpl
+} // ManMachineInterfaceSystemImpl

Back to the top