Fix warnings/javadocs in sal-distributed-datastore
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / shardmanager / ShardManagerSnapshot.java
index b6fe842692beba2c8e9319dc43cc30c1cd441946..78dc1c28306fe29fc54fdcc8b247c0bee4987a4b 100644 (file)
@@ -14,7 +14,7 @@ import java.util.List;
 import javax.annotation.Nonnull;
 
 /**
- * Persisted data of the ShardManager
+ * Persisted data of the ShardManager.
  */
 // FIXME: make this package-protected once forShardList is removed.
 public final class ShardManagerSnapshot implements Serializable {
@@ -30,6 +30,8 @@ public final class ShardManagerSnapshot implements Serializable {
     }
 
     /**
+     * Creates a ShardManagerSnapshot.
+     *
      * @deprecated This method is for migration only and should me removed once
      *             org.opendaylight.controller.cluster.datastore.ShardManagerSnapshot is removed.
      */