Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / client / messages / FindLeader.java
index 6080232538e22cd755807f449cbb84bbbfad4210..945ace7410749b48bc9eb3be0ecf0e60b21f3b83 100644 (file)
@@ -16,6 +16,7 @@ import java.io.Serializable;
  * respond with a {@link FindLeaderReply} containing the address of the leader, as it is known to that particular
  * actor.
  *
+ * <p>
  * This message is intended for testing purposes only.
  */
 @VisibleForTesting