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