Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/samples/emf/hibernate/usertype/util/UsertypeResourceImpl.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/samples/emf/hibernate/usertype/util/UsertypeResourceImpl.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/samples/emf/hibernate/usertype/util/UsertypeResourceImpl.java b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/samples/emf/hibernate/usertype/util/UsertypeResourceImpl.java
index 71b78d58c..2b35edbb0 100755
--- a/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/samples/emf/hibernate/usertype/util/UsertypeResourceImpl.java
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/samples/emf/hibernate/usertype/util/UsertypeResourceImpl.java
@@ -11,16 +11,14 @@ import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;
/**
* <!-- begin-user-doc --> The <b>Resource </b> associated with the package. <!-- end-user-doc -->
- *
* @see org.eclipse.emf.teneo.samples.emf.hibernate.usertype.util.UsertypeResourceFactoryImpl
* @generated
*/
public class UsertypeResourceImpl extends XMLResourceImpl {
/**
- * Creates an instance of the resource. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @param uri
- * the URI of the new resource.
+ * Creates an instance of the resource.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * @param uri the URI of the new resource.
* @generated
*/
public UsertypeResourceImpl(URI uri) {

Back to the top