Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/CommentShape.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/CommentShape.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/CommentShape.java b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/CommentShape.java
index 4eb3242fd98..e355093ac73 100644
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/CommentShape.java
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/CommentShape.java
@@ -11,7 +11,6 @@
*/
package org.eclipse.papyrus.umldi;
-
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Comment Shape</b></em>'.
@@ -22,5 +21,5 @@ package org.eclipse.papyrus.umldi;
* @model
* @generated
*/
-public interface CommentShape extends ElementWithBodyShape {
+public interface CommentShape extends ElementShape {
} // CommentShape

Back to the top