Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/FunctionConnectorPortInstanceRef.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/FunctionConnectorPortInstanceRef.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/FunctionConnectorPortInstanceRef.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/FunctionConnectorPortInstanceRef.java
index 2758887c951..0570b5194fb 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/FunctionConnectorPortInstanceRef.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/FunctionConnectorPortInstanceRef.java
@@ -30,7 +30,7 @@ public interface FunctionConnectorPortInstanceRef extends InstanceRef {
* If the meaning of the '<em>Function Port</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Function Port</em>' reference.
* @see #setFunctionPort(FunctionPort)
* @see org.eclipse.papyrus.eastadl.infrastructure.InfrastructurePackage#getFunctionConnectorPortInstanceRef_FunctionPort()
@@ -43,7 +43,7 @@ public interface FunctionConnectorPortInstanceRef extends InstanceRef {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.infrastructure.FunctionConnectorPortInstanceRef#getFunctionPort <em>Function Port</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Function Port</em>' reference.
* @see #getFunctionPort()
@@ -58,7 +58,7 @@ public interface FunctionConnectorPortInstanceRef extends InstanceRef {
* If the meaning of the '<em>Function Prototype</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Function Prototype</em>' reference.
* @see #setFunctionPrototype(FunctionPrototype)
* @see org.eclipse.papyrus.eastadl.infrastructure.InfrastructurePackage#getFunctionConnectorPortInstanceRef_FunctionPrototype()
@@ -71,7 +71,7 @@ public interface FunctionConnectorPortInstanceRef extends InstanceRef {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.infrastructure.FunctionConnectorPortInstanceRef#getFunctionPrototype <em>Function Prototype</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Function Prototype</em>' reference.
* @see #getFunctionPrototype()

Back to the top