Remove yang-test
[controller.git] / opendaylight / config / config-persister-api / src / main / java / org / opendaylight / controller / config / persist / api / ConfigPusher.java
index 2dade8a82b9aaa7b24748eca771cf08c071591c6..a7d1a7d94bca471a5b5797d0f4ef4401ab7ce364 100644 (file)
@@ -8,6 +8,7 @@
 package org.opendaylight.controller.config.persist.api;
 
 import java.util.List;
+
 /*
  * The config pusher service pushes configs into the config subsystem
  */
@@ -17,5 +18,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;
 }