Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/ActivatorHelper.java')
-rw-r--r--plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/ActivatorHelper.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/ActivatorHelper.java b/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/ActivatorHelper.java
index a82cc278a49..f7015f7d810 100644
--- a/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/ActivatorHelper.java
+++ b/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/ActivatorHelper.java
@@ -31,9 +31,6 @@ public class ActivatorHelper {
private final BundleContext context;
private final Plugin plugin;
- /**
- *
- */
public ActivatorHelper(BundleContext context, Plugin plugin) {
pluginIdToOseePlugin.put(plugin.getBundle().getSymbolicName(), plugin);
this.context = context;
@@ -51,7 +48,6 @@ public class ActivatorHelper {
/**
* finds a resource in the plugin bundle and writes it out to the default persistent storage area as a regular file
*
- * @param path
* @return Return plugin file reference
* @throws IOException
*/

Back to the top