Merge "Fixed add/delete/modify RPC for group/flow/remove reach the test provider"
[controller.git] / opendaylight / config / config-persister-api / src / main / java / org / opendaylight / controller / config / persist / api / ConfigSnapshotHolder.java
index 654326a898cc735c9d0cf69529cbfc992d1069b3..37d29d746e41f82ba63a940976e373b523e5f275 100644 (file)
@@ -4,14 +4,15 @@ import java.util.SortedSet;
 
 public interface ConfigSnapshotHolder {
 
-        /**
-         * Get part of get-config document that contains just
-         */
-        String getConfigSnapshot();
+    /**
+     * Get part of get-config document that contains just
+     */
+    String getConfigSnapshot();
 
 
-        /**
-         * Get only required capabilities referenced by the snapshot.
-         */
-        SortedSet<String> getCapabilities();
-    }
+    /**
+     * Get only required capabilities referenced by the snapshot.
+     */
+    SortedSet<String> getCapabilities();
+
+}