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/values/EAEnumerationValue.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/values/EAEnumerationValue.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/values/EAEnumerationValue.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/values/EAEnumerationValue.java
index 215828e379b..c8b55a0ab0f 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/values/EAEnumerationValue.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/values/EAEnumerationValue.java
@@ -13,7 +13,7 @@ import org.eclipse.papyrus.eastadl.infrastructure.datatypes.EnumerationLiteral;
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.eastadl.infrastructure.values.EAEnumerationValue#getValue <em>Value</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.infrastructure.values.EAEnumerationValue#getValue <em>Value</em>}</li>
* </ul>
* </p>
*
@@ -27,10 +27,10 @@ public interface EAEnumerationValue extends EAValue {
* The list contents are of type {@link org.eclipse.papyrus.eastadl.infrastructure.datatypes.EnumerationLiteral}.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Value</em>' reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Value</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>Value</em>' reference list.
* @see org.eclipse.papyrus.eastadl.infrastructure.values.ValuesPackage#getEAEnumerationValue_Value()
* @model required="true" ordered="false"

Back to the top