Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MappedSuperclassImpl.java')
-rwxr-xr-xcore/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MappedSuperclassImpl.java17
1 files changed, 8 insertions, 9 deletions
diff --git a/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MappedSuperclassImpl.java b/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MappedSuperclassImpl.java
index 2de599637..8ed4cfb7c 100755
--- a/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MappedSuperclassImpl.java
+++ b/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MappedSuperclassImpl.java
@@ -11,18 +11,17 @@ import org.eclipse.emf.teneo.annotations.pannotation.MappedSuperclass;
import org.eclipse.emf.teneo.annotations.pannotation.PannotationPackage;
/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Mapped Superclass</b></em>'.
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> An implementation of the model object '<em><b>Mapped Superclass</b></em>
+ * '. <!-- end-user-doc -->
* <p>
* </p>
- *
+ *
* @generated
*/
public class MappedSuperclassImpl extends PAnnotationImpl implements MappedSuperclass {
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected MappedSuperclassImpl() {
@@ -30,8 +29,8 @@ public class MappedSuperclassImpl extends PAnnotationImpl implements MappedSuper
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -39,4 +38,4 @@ public class MappedSuperclassImpl extends PAnnotationImpl implements MappedSuper
return PannotationPackage.Literals.MAPPED_SUPERCLASS;
}
-} //MappedSuperclassImpl
+} // MappedSuperclassImpl

Back to the top