Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/model/derived/impl/DerivedFactoryImpl.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/model/derived/impl/DerivedFactoryImpl.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/model/derived/impl/DerivedFactoryImpl.java b/plugins/org.eclipse.emf.cdo.tests/model/derived/impl/DerivedFactoryImpl.java
index 9d58539ad4..99a637adc9 100644
--- a/plugins/org.eclipse.emf.cdo.tests/model/derived/impl/DerivedFactoryImpl.java
+++ b/plugins/org.eclipse.emf.cdo.tests/model/derived/impl/DerivedFactoryImpl.java
@@ -22,14 +22,14 @@ import derived.DerivedPackage;
/**
* <!-- begin-user-doc --> An implementation of the model <b>Factory</b>. <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class DerivedFactoryImpl extends EFactoryImpl implements DerivedFactory
{
/**
* Creates the default factory implementation. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static DerivedFactory init()
@@ -52,7 +52,7 @@ public class DerivedFactoryImpl extends EFactoryImpl implements DerivedFactory
/**
* Creates an instance of the factory. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public DerivedFactoryImpl()
@@ -62,7 +62,7 @@ public class DerivedFactoryImpl extends EFactoryImpl implements DerivedFactory
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated NOT
*/
@SuppressWarnings("cast")
@@ -72,7 +72,7 @@ public class DerivedFactoryImpl extends EFactoryImpl implements DerivedFactory
switch (eClass.getClassifierID())
{
case DerivedPackage.DERIVED_CLASS:
- return (EObject)createDerivedClass();
+ return createDerivedClass();
default:
throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier");
}
@@ -80,7 +80,7 @@ public class DerivedFactoryImpl extends EFactoryImpl implements DerivedFactory
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public DerivedClass createDerivedClass()
@@ -91,7 +91,7 @@ public class DerivedFactoryImpl extends EFactoryImpl implements DerivedFactory
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public DerivedPackage getDerivedPackage()
@@ -101,7 +101,7 @@ public class DerivedFactoryImpl extends EFactoryImpl implements DerivedFactory
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @deprecated
* @generated
*/

Back to the top