Fix remaining CS errors in sal-akka-raft and enable enforcement
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / ElectionTerm.java
index ff79004bcebdcaea3ff541951c3a5a170e5e74ce..e8c9b458c6e4e2434b8e9cc4461458a6a93aaf14 100644 (file)
@@ -12,10 +12,10 @@ import javax.annotation.Nullable;
 
 /**
  * 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.
- * <p>
+ * <p/>
  * This class ensures that election term information is persisted.
  */
 public interface ElectionTerm {