Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryResourceFactoryImpl.java')
-rw-r--r--tutorial/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryResourceFactoryImpl.java17
1 files changed, 7 insertions, 10 deletions
diff --git a/tutorial/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryResourceFactoryImpl.java b/tutorial/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryResourceFactoryImpl.java
index 75d1aab59..8e907b38a 100644
--- a/tutorial/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryResourceFactoryImpl.java
+++ b/tutorial/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryResourceFactoryImpl.java
@@ -9,17 +9,15 @@ import org.eclipse.emf.ecore.resource.Resource;
import org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl;
/**
- * <!-- begin-user-doc -->
- * The <b>Resource Factory</b> associated with the package.
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> The <b>Resource Factory</b> associated with the package. <!-- end-user-doc -->
+ *
* @see org.eclipse.emf.examples.extlibrary.util.EXTLibraryResourceImpl
* @generated
*/
public class EXTLibraryResourceFactoryImpl extends ResourceFactoryImpl {
/**
- * Creates an instance of the resource factory.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * Creates an instance of the resource factory. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public EXTLibraryResourceFactoryImpl() {
@@ -27,9 +25,8 @@ public class EXTLibraryResourceFactoryImpl extends ResourceFactoryImpl {
}
/**
- * Creates an instance of the resource.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * Creates an instance of the resource. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -38,4 +35,4 @@ public class EXTLibraryResourceFactoryImpl extends ResourceFactoryImpl {
return result;
}
-} //EXTLibraryResourceFactoryImpl
+} // EXTLibraryResourceFactoryImpl

Back to the top