summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-2.x/contrib/modules/section10/src/main/java/org/apache/tuscany/sca/something/Section10.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/sca-java-2.x/contrib/modules/section10/src/main/java/org/apache/tuscany/sca/something/Section10.java b/sca-java-2.x/contrib/modules/section10/src/main/java/org/apache/tuscany/sca/something/Section10.java
index cdde500d54..ea57d4d4a9 100644
--- a/sca-java-2.x/contrib/modules/section10/src/main/java/org/apache/tuscany/sca/something/Section10.java
+++ b/sca-java-2.x/contrib/modules/section10/src/main/java/org/apache/tuscany/sca/something/Section10.java
@@ -219,14 +219,6 @@ public interface Section10 {
/* do we also need these following ones that are mentioned only indirectly in the spec? */
// /**
-// * 4783 ...component is stopped and restarted
-// *
-// * So does there need to be start/stop component methods?
-// */
-// void startComponent(String componentURI);
-// void stopComponent(String componentURI);
-
-// /**
// * Section "10.5.3 remove Contribution" talks about removing a "deployed" contribution
// * which really sounds like undeploy, does that contribution state then become installed
// * or does it get removed entirely? Either way it seems like you'd want to be able