Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/core/serviceregistry/org.eclipse.papyrus.infra.core.serviceregistry.test/src/org/eclipse/papyrus/infra/core/serviceregistry/servicedescriptors/tests/AbstractServiceDescTest.java')
-rw-r--r--plugins/infra/core/serviceregistry/org.eclipse.papyrus.infra.core.serviceregistry.test/src/org/eclipse/papyrus/infra/core/serviceregistry/servicedescriptors/tests/AbstractServiceDescTest.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/infra/core/serviceregistry/org.eclipse.papyrus.infra.core.serviceregistry.test/src/org/eclipse/papyrus/infra/core/serviceregistry/servicedescriptors/tests/AbstractServiceDescTest.java b/plugins/infra/core/serviceregistry/org.eclipse.papyrus.infra.core.serviceregistry.test/src/org/eclipse/papyrus/infra/core/serviceregistry/servicedescriptors/tests/AbstractServiceDescTest.java
index acf299ab017..2bcbb93b9f3 100644
--- a/plugins/infra/core/serviceregistry/org.eclipse.papyrus.infra.core.serviceregistry.test/src/org/eclipse/papyrus/infra/core/serviceregistry/servicedescriptors/tests/AbstractServiceDescTest.java
+++ b/plugins/infra/core/serviceregistry/org.eclipse.papyrus.infra.core.serviceregistry.test/src/org/eclipse/papyrus/infra/core/serviceregistry/servicedescriptors/tests/AbstractServiceDescTest.java
@@ -10,7 +10,7 @@ import org.eclipse.papyrus.infra.core.serviceregistry.servicedescriptors.Abstrac
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Abstract Service Desc</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public abstract class AbstractServiceDescTest extends TestCase {
@@ -19,7 +19,7 @@ public abstract class AbstractServiceDescTest extends TestCase {
* The fixture for this Abstract Service Desc test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected AbstractServiceDesc fixture = null;
@@ -28,7 +28,7 @@ public abstract class AbstractServiceDescTest extends TestCase {
* Constructs a new Abstract Service Desc test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public AbstractServiceDescTest(String name) {
@@ -39,7 +39,7 @@ public abstract class AbstractServiceDescTest extends TestCase {
* Sets the fixture for this Abstract Service Desc test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected void setFixture(AbstractServiceDesc fixture) {
@@ -50,7 +50,7 @@ public abstract class AbstractServiceDescTest extends TestCase {
* Returns the fixture for this Abstract Service Desc test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected AbstractServiceDesc getFixture() {

Back to the top