Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / behaviors / Candidate.java
index b86d28b5f79c4deaa8f2f8a4923305248ffd4762..ac7dbaba27b9a155a51c7afc09114c2974604d30 100644 (file)
@@ -24,7 +24,8 @@ import org.opendaylight.controller.cluster.raft.messages.RequestVoteReply;
 
 /**
  * The behavior of a RaftActor when it is in the Candidate raft state.
- * <p/>
+ *
+ * <p>
  * Candidates (ยง5.2):
  * <ul>
  * <li> On conversion to candidate, start election: