Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/behavior/util/BehaviorResourceFactoryImpl.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/behavior/util/BehaviorResourceFactoryImpl.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/behavior/util/BehaviorResourceFactoryImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/behavior/util/BehaviorResourceFactoryImpl.java
index bf3f790cbe6..9dcae45e70b 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/behavior/util/BehaviorResourceFactoryImpl.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/behavior/util/BehaviorResourceFactoryImpl.java
@@ -23,6 +23,7 @@ import org.eclipse.emf.ecore.xmi.XMLResource;
/**
* <!-- begin-user-doc --> The <b>Resource Factory</b> associated with the package. <!--
* end-user-doc -->
+ *
* @see org.eclipse.papyrus.eastadl.behavior.util.BehaviorResourceImpl
* @generated
*/
@@ -31,6 +32,7 @@ public class BehaviorResourceFactoryImpl extends ResourceFactoryImpl {
/**
* Creates an instance of the resource factory.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public BehaviorResourceFactoryImpl() {
@@ -40,6 +42,7 @@ public class BehaviorResourceFactoryImpl extends ResourceFactoryImpl {
/**
* Creates an instance of the resource.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override

Back to the top