Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/interfaces/RuntimeConfigurationInitilizer.java')
-rw-r--r--plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/interfaces/RuntimeConfigurationInitilizer.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/interfaces/RuntimeConfigurationInitilizer.java b/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/interfaces/RuntimeConfigurationInitilizer.java
index ac6352e94b5..f9e8ab86aa9 100644
--- a/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/interfaces/RuntimeConfigurationInitilizer.java
+++ b/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/interfaces/RuntimeConfigurationInitilizer.java
@@ -17,9 +17,6 @@ import org.osgi.framework.BundleContext;
*/
public interface RuntimeConfigurationInitilizer {
- /**
- * @param bundleContext
- */
void startRuntimeOsgiServices(BundleContext bundleContext);
void stopRuntimeOsgiServices();

Back to the top