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/OteContainerActivator.java')
-rw-r--r--plugins/org.eclipse.osee.ote.container/src/org/eclipse/osee/ote/container/OteContainerActivator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ote.container/src/org/eclipse/osee/ote/container/OteContainerActivator.java b/plugins/org.eclipse.osee.ote.container/src/org/eclipse/osee/ote/container/OteContainerActivator.java
index d076db78b6a..c449a72811a 100644
--- a/plugins/org.eclipse.osee.ote.container/src/org/eclipse/osee/ote/container/OteContainerActivator.java
+++ b/plugins/org.eclipse.osee.ote.container/src/org/eclipse/osee/ote/container/OteContainerActivator.java
@@ -43,7 +43,7 @@ public class OteContainerActivator implements BundleActivator {
public void start(BundleContext context) throws Exception {
plugin = this;
this.context = context;
- userLibListener = new LibraryChangeProvider<OteUserLibsNature>();
+ userLibListener = new LibraryChangeProvider<>();
this.userLibResourceListener =
new JarChangeResourceListener<OteUserLibsNature>(OteUserLibsNature.NATURE_ID, userLibListener);

Back to the top