Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-05-10 23:44:31 +0000
committerRoberto E. Escobar2012-05-10 23:44:31 +0000
commit8ba10ee8ff90d8da7363100be71f45e89de9dba9 (patch)
tree687ae15138245aed123dc01d21362f511ed915a8
parent205730e494ea8fad2e30a7c6c9438a3c84bd18b8 (diff)
downloadorg.eclipse.osee-8ba10ee8ff90d8da7363100be71f45e89de9dba9.tar.gz
org.eclipse.osee-8ba10ee8ff90d8da7363100be71f45e89de9dba9.tar.xz
org.eclipse.osee-8ba10ee8ff90d8da7363100be71f45e89de9dba9.zip
bug: Fix branch graph UI0.9.9.v201205110109_SR6
-rw-r--r--plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/Activator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/Activator.java b/plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/Activator.java
index 72133a08b7d..f47446d4509 100644
--- a/plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/Activator.java
+++ b/plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/Activator.java
@@ -21,7 +21,7 @@ public class Activator extends OseeUiActivator {
public static final String PLUGIN_ID = "org.eclipse.osee.framework.ui.branch.graph";
private static Activator plugin;
- protected Activator() {
+ public Activator() {
super(PLUGIN_ID);
}

Back to the top