Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / ElectionTerm.java
index e8c9b458c6e4e2434b8e9cc4461458a6a93aaf14..264f7a5d634dfae527dbe26860012e8356dbf2da 100644 (file)
@@ -12,10 +12,12 @@ import javax.annotation.Nullable;
 
 /**
  * ElectionTerm contains information about a RaftActors election term.
 
 /**
  * ElectionTerm contains information about a RaftActors election term.
- * <p/>
+ *
+ * <p>
  * This information includes the last known current term of the RaftActor
  * and which candidate was voted for by the RaftActor in that term.
  * This information includes the last known current term of the RaftActor
  * and which candidate was voted for by the RaftActor in that term.
- * <p/>
+ *
+ * <p>
  * This class ensures that election term information is persisted.
  */
 public interface ElectionTerm {
  * This class ensures that election term information is persisted.
  */
 public interface ElectionTerm {