Mechanical code cleanup (config)
[controller.git] / opendaylight / config / config-persister-feature-adapter / src / main / java / org / opendaylight / controller / configpusherfeature / ConfigPusherFeatureActivator.java
index ea99579f16468b070cef861765dc1dbf509cc21c..0b4f6f778133a040f6a507fe6d89eb89b6b26bd5 100644 (file)
@@ -22,7 +22,7 @@ public class ConfigPusherFeatureActivator implements BundleActivator {
     public void start(BundleContext context) throws Exception {
         bc = context;
         cpc = new ConfigPusherCustomizer();
-        cpst = new ServiceTracker<ConfigPusher, ConfigPusher>(bc, ConfigPusher.class.getName(), cpc);
+        cpst = new ServiceTracker<>(bc, ConfigPusher.class.getName(), cpc);
         cpst.open();
     }