Mechanical code cleanup (config)
[controller.git] / opendaylight / config / config-persister-feature-adapter / src / main / java / org / opendaylight / controller / configpusherfeature / internal / ConfigPushingRunnable.java
index a32a0ac28fe5591435b2444a7a6d73589b5f287e..e94d6155c9b60bef56337ecf32e66981e86c5154 100644 (file)
@@ -32,7 +32,7 @@ public class ConfigPushingRunnable implements Runnable {
 
     @Override
     public void run() {
-        List<Feature> toInstall = new ArrayList<Feature>();
+        List<Feature> toInstall = new ArrayList<>();
         FeatureEvent event = null;
         boolean interuppted = false;
         while(true) {