Fix incorrect last history update
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / ElectionTerm.java
index ff79004bcebdcaea3ff541951c3a5a170e5e74ce..264f7a5d634dfae527dbe26860012e8356dbf2da 100644 (file)
@@ -12,9 +12,11 @@ import javax.annotation.Nullable;
 
 /**
  * ElectionTerm contains information about a RaftActors election term.
+ *
  * <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>
  * This class ensures that election term information is persisted.
  */