Mechanical code cleanup (config)
[controller.git] / opendaylight / config / config-persister-impl / src / main / java / org / opendaylight / controller / config / persist / impl / ConfigPusherImpl.java
index 90f71ca51aa1fc338fdae21aaacdff0a665196ca..d93bd7daf5be9e5d649ebaf35849c8e6948b9069 100644 (file)
@@ -72,7 +72,6 @@ public class ConfigPusherImpl implements ConfigPusher {
     public void process(List<AutoCloseable> autoCloseables, MBeanServerConnection platformMBeanServer,
             Persister persisterAggregator, boolean propagateExceptions) throws InterruptedException {
         while(processSingle(autoCloseables, platformMBeanServer, persisterAggregator, propagateExceptions)) {
-            ;
         }
     }