Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/org/eclipse/gmf/runtime/notation/Bendpoints.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/org/eclipse/gmf/runtime/notation/Bendpoints.java13
1 files changed, 6 insertions, 7 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/gmf/runtime/notation/Bendpoints.java b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/gmf/runtime/notation/Bendpoints.java
index bf880fd9b..4419c1435 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/gmf/runtime/notation/Bendpoints.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/gmf/runtime/notation/Bendpoints.java
@@ -14,15 +14,14 @@ package org.eclipse.gmf.runtime.notation;
import org.eclipse.emf.ecore.EObject;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Bendpoints</b></em>'.
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Bendpoints</b></em>'.
* <p>
- * A bendpoints is a routing constraint installed on edges to suggest
- * that their routing pass through a specific collection of points
+ * A bendpoints is a routing constraint installed on edges to suggest that their routing pass
+ * through a specific collection of points
* </p>
* <!-- end-user-doc -->
- *
- *
+ *
+ *
* @see org.eclipse.gmf.runtime.notation.NotationPackage#getBendpoints()
* @model interface="true" abstract="true"
* @generated
@@ -30,6 +29,6 @@ import org.eclipse.emf.ecore.EObject;
/*
* @canBeSeenBy %level1
*/
-public interface Bendpoints extends EObject{
+public interface Bendpoints extends EObject {
// No default API
} // Bendpoints

Back to the top