X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2Fmessages%2FFindPrimary.java;h=507f61520a401102fb95ba3c4a778619db268722;hb=583f30d1c7a8199b401c9393745c62fe27b5ced8;hp=0b7fcf0ed507160866b2e220f5e21b93d43bf3fb;hpb=69c1fa1f26d6c9130696e7916c6ebe9a9e9d635c;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/FindPrimary.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/FindPrimary.java index 0b7fcf0ed5..507f61520a 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/FindPrimary.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/FindPrimary.java @@ -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;