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/impl/CommentShapeImpl.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/CommentShapeImpl.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/CommentShapeImpl.java b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/CommentShapeImpl.java
index f937cb70834..bfc55845a8c 100644
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/CommentShapeImpl.java
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/CommentShapeImpl.java
@@ -12,7 +12,6 @@
package org.eclipse.papyrus.umldi.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.umldi.CommentShape;
import org.eclipse.papyrus.umldi.UMLDIPackage;
@@ -23,10 +22,12 @@ import org.eclipse.papyrus.umldi.UMLDIPackage;
*
* @generated
*/
-public class CommentShapeImpl extends ElementWithBodyShapeImpl implements CommentShape {
+public class CommentShapeImpl extends ElementShapeImpl implements CommentShape {
+
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @generated
*/
protected CommentShapeImpl() {
@@ -36,11 +37,11 @@ public class CommentShapeImpl extends ElementWithBodyShapeImpl implements Commen
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @generated
*/
@Override
protected EClass eStaticClass() {
return UMLDIPackage.Literals.COMMENT_SHAPE;
}
-
} //CommentShapeImpl

Back to the top