Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / client / messages / FindLeaderReply.java
index 5fbeb92fbdd0459d2ea5ff73a06f033935c77fe0..90cec9db6c1ca479be13730ef2f410c1500e0976 100644 (file)
@@ -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()}.
  * 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()}.
- * <p/>
+ *
+ * <p>
  * This message is intended for testing purposes only.
  */
 @VisibleForTesting
  * This message is intended for testing purposes only.
  */
 @VisibleForTesting