X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fraft%2Fclient%2Fmessages%2FFindLeaderReply.java;h=90cec9db6c1ca479be13730ef2f410c1500e0976;hp=5fbeb92fbdd0459d2ea5ff73a06f033935c77fe0;hb=a81d98f692b80c45bce3fe6a87e731abfb012a9f;hpb=8d8e440aa795660349714241ec64fdf4b462b378 diff --git a/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/client/messages/FindLeaderReply.java b/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/client/messages/FindLeaderReply.java index 5fbeb92fbd..90cec9db6c 100644 --- a/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/client/messages/FindLeaderReply.java +++ b/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/client/messages/FindLeaderReply.java @@ -17,7 +17,8 @@ import javax.annotation.Nullable; * Reply to {@link FindLeader} message, containing the address of the leader actor, as known to the raft actor which * sent the message. If the responding actor does not have knowledge of the leader, {@link #getLeaderActor()} will * return {@link Optional#empty()}. - *

+ * + *

* This message is intended for testing purposes only. */ @VisibleForTesting