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 549fe038ed5467ca77d963816d4325bbcee0ad3d..90cec9db6c1ca479be13730ef2f410c1500e0976 100644 (file)
@@ -18,6 +18,7 @@ import javax.annotation.Nullable;
  * sent the message. If the responding actor does not have knowledge of the leader, {@link #getLeaderActor()} will
  * return {@link Optional#empty()}.
  *
+ * <p>
  * This message is intended for testing purposes only.
  */
 @VisibleForTesting