Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.container/src/org/eclipse/osee/ote/container/LibraryChangeProvider.java')
-rw-r--r--plugins/org.eclipse.osee.ote.container/src/org/eclipse/osee/ote/container/LibraryChangeProvider.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/org.eclipse.osee.ote.container/src/org/eclipse/osee/ote/container/LibraryChangeProvider.java b/plugins/org.eclipse.osee.ote.container/src/org/eclipse/osee/ote/container/LibraryChangeProvider.java
index 405cc361bf9..f9c4a082723 100644
--- a/plugins/org.eclipse.osee.ote.container/src/org/eclipse/osee/ote/container/LibraryChangeProvider.java
+++ b/plugins/org.eclipse.osee.ote.container/src/org/eclipse/osee/ote/container/LibraryChangeProvider.java
@@ -19,9 +19,6 @@ public class LibraryChangeProvider<T extends JarCollectionNature> {
private final List<IUserLibListener> listeners;
- /**
- *
- */
public LibraryChangeProvider() {
listeners = new ArrayList<IUserLibListener>();
}
@@ -36,9 +33,6 @@ public class LibraryChangeProvider<T extends JarCollectionNature> {
resetClasspath();
}
- /**
- *
- */
@SuppressWarnings("restriction")
private void resetClasspath() {
for (IUserLibListener listener : listeners) {

Back to the top