Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/main/ChildObject4.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/main/ChildObject4.java25
1 files changed, 12 insertions, 13 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/main/ChildObject4.java b/tests/org.eclipse.emf.teneo.samples/src/main/ChildObject4.java
index 5b4434662..9d4e1ef13 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/main/ChildObject4.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/main/ChildObject4.java
@@ -6,32 +6,30 @@
*/
package main;
-
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Child Object4</b></em>'.
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Child Object4</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link main.ChildObject4#getThickness <em>Thickness</em>}</li>
+ * <li>{@link main.ChildObject4#getThickness <em>Thickness</em>}</li>
* </ul>
* </p>
- *
+ *
* @see main.MainPackage#getChildObject4()
* @model
* @generated
*/
public interface ChildObject4 extends BaseObject {
/**
- * Returns the value of the '<em><b>Thickness</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Thickness</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Thickness</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Thickness</em>' attribute isn't clear, there really should be more
+ * of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Thickness</em>' attribute.
* @see #setThickness(Integer)
* @see main.MainPackage#getChildObject4_Thickness()
@@ -42,9 +40,10 @@ public interface ChildObject4 extends BaseObject {
/**
* Sets the value of the '{@link main.ChildObject4#getThickness <em>Thickness</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Thickness</em>' attribute.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Thickness</em>' attribute.
* @see #getThickness()
* @generated
*/

Back to the top