Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/extlibrary/Item.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/extlibrary/Item.java28
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/extlibrary/Item.java b/tests/org.eclipse.emf.teneo.samples/src/extlibrary/Item.java
index b01cda443..dc5813826 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/extlibrary/Item.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/extlibrary/Item.java
@@ -11,30 +11,29 @@ import java.util.Date;
import org.eclipse.emf.ecore.EObject;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Item</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Item</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link extlibrary.Item#getPublicationDate <em>Publication Date</em>}</li>
+ * <li>{@link extlibrary.Item#getPublicationDate <em>Publication Date</em>}</li>
* </ul>
* </p>
- *
+ *
* @see extlibrary.ExtlibraryPackage#getItem()
* @model abstract="true"
* @generated
*/
public interface Item extends EObject {
/**
- * Returns the value of the '<em><b>Publication Date</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Publication Date</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Publication Date</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Publication Date</em>' attribute isn't clear, there really should be
+ * more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Publication Date</em>' attribute.
* @see #setPublicationDate(Date)
* @see extlibrary.ExtlibraryPackage#getItem_PublicationDate()
@@ -44,10 +43,11 @@ public interface Item extends EObject {
Date getPublicationDate();
/**
- * Sets the value of the '{@link extlibrary.Item#getPublicationDate <em>Publication Date</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Publication Date</em>' attribute.
+ * Sets the value of the '{@link extlibrary.Item#getPublicationDate <em>Publication Date</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Publication Date</em>' attribute.
* @see #getPublicationDate()
* @generated
*/

Back to the top