Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.dd/src-gen/org/eclipse/papyrus/dd/dg/Line.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.dd/src-gen/org/eclipse/papyrus/dd/dg/Line.java12
1 files changed, 8 insertions, 4 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src-gen/org/eclipse/papyrus/dd/dg/Line.java b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src-gen/org/eclipse/papyrus/dd/dg/Line.java
index 1ad22a9aef8..02f22786c46 100644
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src-gen/org/eclipse/papyrus/dd/dg/Line.java
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src-gen/org/eclipse/papyrus/dd/dg/Line.java
@@ -24,8 +24,8 @@ import org.eclipse.papyrus.dd.dc.Point;
* The following features are supported:
* </p>
* <ul>
- * <li>{@link org.eclipse.papyrus.dd.dg.Line#getStart <em>Start</em>}</li>
- * <li>{@link org.eclipse.papyrus.dd.dg.Line#getEnd <em>End</em>}</li>
+ * <li>{@link org.eclipse.papyrus.dd.dg.Line#getStart <em>Start</em>}</li>
+ * <li>{@link org.eclipse.papyrus.dd.dg.Line#getEnd <em>End</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.dd.dg.DGPackage#getLine()
@@ -52,7 +52,9 @@ public interface Line extends MarkedElement {
* Sets the value of the '{@link org.eclipse.papyrus.dd.dg.Line#getStart <em>Start</em>}' containment reference.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
- * @param value the new value of the '<em>Start</em>' containment reference.
+ *
+ * @param value
+ * the new value of the '<em>Start</em>' containment reference.
* @see #getStart()
* @generated
*/
@@ -76,7 +78,9 @@ public interface Line extends MarkedElement {
* Sets the value of the '{@link org.eclipse.papyrus.dd.dg.Line#getEnd <em>End</em>}' containment reference.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
- * @param value the new value of the '<em>End</em>' containment reference.
+ *
+ * @param value
+ * the new value of the '<em>End</em>' containment reference.
* @see #getEnd()
* @generated
*/

Back to the top