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 / FindLeader.java
index 6080232538e22cd755807f449cbb84bbbfad4210..8f23a89b8bdbd4cad1eefc74c270d48d653f102b 100644 (file)
@@ -15,7 +15,7 @@ import java.io.Serializable;
  * Request to locate the leader raft actor. Each {@link org.opendaylight.controller.cluster.raft.RaftActor} must
  * 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