Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.database.init/src/org/eclipse/osee/framework/database/init/GroupSelection.java')
-rw-r--r--plugins/org.eclipse.osee.framework.database.init/src/org/eclipse/osee/framework/database/init/GroupSelection.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.framework.database.init/src/org/eclipse/osee/framework/database/init/GroupSelection.java b/plugins/org.eclipse.osee.framework.database.init/src/org/eclipse/osee/framework/database/init/GroupSelection.java
index 4f5cb0796e6..1e7089c22a0 100644
--- a/plugins/org.eclipse.osee.framework.database.init/src/org/eclipse/osee/framework/database/init/GroupSelection.java
+++ b/plugins/org.eclipse.osee.framework.database.init/src/org/eclipse/osee/framework/database/init/GroupSelection.java
@@ -28,9 +28,6 @@ public class GroupSelection {
private boolean wasInitialized;
- /**
- * @param initGroups
- */
private GroupSelection() {
super();
wasInitialized = false;

Back to the top