Mechanical code cleanup (config)
[controller.git] / opendaylight / config / config-persister-api / src / main / java / org / opendaylight / controller / config / persist / api / ConfigPusher.java
index 2dade8a82b9aaa7b24748eca771cf08c071591c6..106ab6b9f6a867e740498ae1e1e61ab3c1f67854 100644 (file)
@@ -17,5 +17,5 @@ public interface ConfigPusher {
      * Pushes configs into the config subsystem
      */
 
-    public void pushConfigs(List<? extends ConfigSnapshotHolder> configs) throws InterruptedException;
+    void pushConfigs(List<? extends ConfigSnapshotHolder> configs) throws InterruptedException;
 }