Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Platform.java')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Platform.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Platform.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Platform.java
index 8c406eee8b5..b008a65915f 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Platform.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Platform.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML;
import org.eclipse.emf.common.util.EList;
-
import org.eclipse.uml2.uml.Node;
/**
@@ -31,7 +30,7 @@ public interface Platform extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Base Node</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Base Node</em>' reference.
* @see #setBase_Node(Node)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getPlatform_Base_Node()
@@ -44,7 +43,7 @@ public interface Platform extends org.eclipse.papyrus.RobotML.System {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Platform#getBase_Node <em>Base Node</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Node</em>' reference.
* @see #getBase_Node()
@@ -60,7 +59,7 @@ public interface Platform extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Library</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Library</em>' reference list.
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getPlatform_Library()
* @model ordered="false"

Back to the top