Reduce JSR305 proliferation
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / client / messages / FindLeader.java
index 8f23a89b8bdbd4cad1eefc74c270d48d653f102b..945ace7410749b48bc9eb3be0ecf0e60b21f3b83 100644 (file)
@@ -15,7 +15,8 @@ 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/>
+ *
+ * <p>
  * This message is intended for testing purposes only.
  */
 @VisibleForTesting