Fix warnings/javadocs in sal-distributed-datastore
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / FindPrimary.java
index 0b7fcf0ed507160866b2e220f5e21b93d43bf3fb..507f61520a401102fb95ba3c4a778619db268722 100644 (file)
@@ -12,8 +12,7 @@ import com.google.common.base.Preconditions;
 import java.io.Serializable;
 
 /**
- * The FindPrimary message is used to locate the primary of any given shard
- *
+ * The FindPrimary message is used to locate the primary of any given shard.
  */
 public class FindPrimary implements Serializable {
     private static final long serialVersionUID = 1L;