BUG-7033: Fix commit exception due to pipe-lining
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / ShardManager.java
index 3eba622c84c459bdb9abd8fbd484da5b4876a902..3021080758b80b5c1c3e4ba2eef9d7f7621863fd 100644 (file)
@@ -11,6 +11,8 @@ import java.io.Serializable;
 import java.util.Set;
 
 /**
+ * Manages shards.
+ *
  * @deprecated This is a deprecated placeholder to keep its inner class present. It serves no other purpose.
  */
 @Deprecated
@@ -25,7 +27,7 @@ public final class ShardManager {
 
         private final Set<String> modules;
 
-        public SchemaContextModules(Set<String> modules){
+        public SchemaContextModules(Set<String> modules) {
             this.modules = modules;
         }