Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/com/ibm/websphere/appserver/schemas/_6/_0/ibm/portal/test/util/TestResourceImpl.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/com/ibm/websphere/appserver/schemas/_6/_0/ibm/portal/test/util/TestResourceImpl.java15
1 files changed, 7 insertions, 8 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/com/ibm/websphere/appserver/schemas/_6/_0/ibm/portal/test/util/TestResourceImpl.java b/tests/org.eclipse.emf.teneo.samples/src/com/ibm/websphere/appserver/schemas/_6/_0/ibm/portal/test/util/TestResourceImpl.java
index 9059cf6b9..2a97873e2 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/com/ibm/websphere/appserver/schemas/_6/_0/ibm/portal/test/util/TestResourceImpl.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/com/ibm/websphere/appserver/schemas/_6/_0/ibm/portal/test/util/TestResourceImpl.java
@@ -11,22 +11,21 @@ import org.eclipse.emf.common.util.URI;
import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;
/**
- * <!-- begin-user-doc -->
- * The <b>Resource </b> associated with the package.
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> The <b>Resource </b> associated with the package. <!-- end-user-doc -->
+ *
* @see com.ibm.websphere.appserver.schemas._6._0.ibm.portal.test.util.TestResourceFactoryImpl
* @generated
*/
public class TestResourceImpl 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 TestResourceImpl(URI uri) {
super(uri);
}
-} //TestResourceImpl
+} // TestResourceImpl

Back to the top