X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fraft%2FElectionTerm.java;h=264f7a5d634dfae527dbe26860012e8356dbf2da;hp=e8c9b458c6e4e2434b8e9cc4461458a6a93aaf14;hb=a81d98f692b80c45bce3fe6a87e731abfb012a9f;hpb=8d8e440aa795660349714241ec64fdf4b462b378 diff --git a/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/ElectionTerm.java b/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/ElectionTerm.java index e8c9b458c6..264f7a5d63 100644 --- a/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/ElectionTerm.java +++ b/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/ElectionTerm.java @@ -12,10 +12,12 @@ import javax.annotation.Nullable; /** * ElectionTerm contains information about a RaftActors election term. - *

+ * + *

* This information includes the last known current term of the RaftActor * and which candidate was voted for by the RaftActor in that term. - *

+ * + *

* This class ensures that election term information is persisted. */ public interface ElectionTerm {