X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fconfig-persister-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconfig%2Fpersist%2Fimpl%2FConfigPusherImpl.java;h=d93bd7daf5be9e5d649ebaf35849c8e6948b9069;hp=90f71ca51aa1fc338fdae21aaacdff0a665196ca;hb=3314dddc5692bed5eb837b0739ac3bb5ed1962ab;hpb=edc7fa3aa93bf109acb36c6f2c69a19cf8e38af2 diff --git a/opendaylight/config/config-persister-impl/src/main/java/org/opendaylight/controller/config/persist/impl/ConfigPusherImpl.java b/opendaylight/config/config-persister-impl/src/main/java/org/opendaylight/controller/config/persist/impl/ConfigPusherImpl.java index 90f71ca51a..d93bd7daf5 100644 --- a/opendaylight/config/config-persister-impl/src/main/java/org/opendaylight/controller/config/persist/impl/ConfigPusherImpl.java +++ b/opendaylight/config/config-persister-impl/src/main/java/org/opendaylight/controller/config/persist/impl/ConfigPusherImpl.java @@ -72,7 +72,6 @@ public class ConfigPusherImpl implements ConfigPusher { public void process(List autoCloseables, MBeanServerConnection platformMBeanServer, Persister persisterAggregator, boolean propagateExceptions) throws InterruptedException { while(processSingle(autoCloseables, platformMBeanServer, persisterAggregator, propagateExceptions)) { - ; } }