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/VVTargetInstanceRef.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/VVTargetInstanceRef.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/VVTargetInstanceRef.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/VVTargetInstanceRef.java
index c7a08a20193..f46d9939348 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/VVTargetInstanceRef.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/VVTargetInstanceRef.java
@@ -30,7 +30,7 @@ public interface VVTargetInstanceRef extends InstanceRef {
* If the meaning of the '<em>Identifiable target</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Identifiable target</em>' reference.
* @see #setIdentifiable_target(NamedElement)
* @see org.eclipse.papyrus.eastadl.infrastructure.InfrastructurePackage#getVVTargetInstanceRef_Identifiable_target()
@@ -43,7 +43,7 @@ public interface VVTargetInstanceRef extends InstanceRef {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.infrastructure.VVTargetInstanceRef#getIdentifiable_target <em>Identifiable target</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Identifiable target</em>' reference.
* @see #getIdentifiable_target()
@@ -59,7 +59,7 @@ public interface VVTargetInstanceRef extends InstanceRef {
* If the meaning of the '<em>Identifiable context</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>Identifiable context</em>' reference list.
* @see org.eclipse.papyrus.eastadl.infrastructure.InfrastructurePackage#getVVTargetInstanceRef_Identifiable_context()
* @model ordered="false"

Back to the top