Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/services/FakeComposedService.java')
-rw-r--r--tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/services/FakeComposedService.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/services/FakeComposedService.java b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/services/FakeComposedService.java
index 95785fc6f26..bc6c37b149b 100644
--- a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/services/FakeComposedService.java
+++ b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/services/FakeComposedService.java
@@ -27,19 +27,19 @@ public class FakeComposedService extends ComposedService<FakeComposedServicePart
@Override
public void init(ServicesRegistry servicesRegistry) throws ServiceException {
- // TODO Auto-generated method stub
+
}
@Override
public void startService() throws ServiceException {
- // TODO Auto-generated method stub
+
}
@Override
public void disposeService() throws ServiceException {
- // TODO Auto-generated method stub
+
}

Back to the top