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/impl/SatisfyInstanceRefImpl.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/impl/SatisfyInstanceRefImpl.java24
1 files changed, 12 insertions, 12 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/impl/SatisfyInstanceRefImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/impl/SatisfyInstanceRefImpl.java
index d229d86fbe1..bd9d40abe1b 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/impl/SatisfyInstanceRefImpl.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/impl/SatisfyInstanceRefImpl.java
@@ -33,7 +33,7 @@ public class SatisfyInstanceRefImpl extends InstanceRefImpl implements SatisfyIn
* The cached value of the '{@link #getIdentifiable_target() <em>Identifiable target</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getIdentifiable_target()
* @generated
* @ordered
@@ -44,7 +44,7 @@ public class SatisfyInstanceRefImpl extends InstanceRefImpl implements SatisfyIn
* The cached value of the '{@link #getIdentifiable_context() <em>Identifiable context</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getIdentifiable_context()
* @generated
* @ordered
@@ -54,7 +54,7 @@ public class SatisfyInstanceRefImpl extends InstanceRefImpl implements SatisfyIn
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected SatisfyInstanceRefImpl() {
@@ -64,7 +64,7 @@ public class SatisfyInstanceRefImpl extends InstanceRefImpl implements SatisfyIn
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -75,7 +75,7 @@ public class SatisfyInstanceRefImpl extends InstanceRefImpl implements SatisfyIn
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -95,7 +95,7 @@ public class SatisfyInstanceRefImpl extends InstanceRefImpl implements SatisfyIn
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public NamedElement basicGetIdentifiable_target() {
@@ -105,7 +105,7 @@ public class SatisfyInstanceRefImpl extends InstanceRefImpl implements SatisfyIn
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -120,7 +120,7 @@ public class SatisfyInstanceRefImpl extends InstanceRefImpl implements SatisfyIn
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -134,7 +134,7 @@ public class SatisfyInstanceRefImpl extends InstanceRefImpl implements SatisfyIn
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -154,7 +154,7 @@ public class SatisfyInstanceRefImpl extends InstanceRefImpl implements SatisfyIn
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -175,7 +175,7 @@ public class SatisfyInstanceRefImpl extends InstanceRefImpl implements SatisfyIn
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -194,7 +194,7 @@ public class SatisfyInstanceRefImpl extends InstanceRefImpl implements SatisfyIn
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override

Back to the top