Fix warnings and clean up javadocs in sal-akka-raft
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / base / messages / FollowerInitialSyncUpStatus.java
index d2100cb950654785e748fa324431651ff44b46a0..00ef63cf36fb76803c868a569f32e53057ae9d33 100644 (file)
@@ -13,8 +13,7 @@ import javax.annotation.Nonnull;
 
 /**
  * The FollowerInitialSyncUpStatus is sent by a Follower to inform any RaftActor subclass whether the Follower
- * is at least at the same commitIndex as the Leader was when it sent the follower the very first heartbeat.
- *
+ * is at least at the same commitIndex as the Leader was when it sent the follower the very first heart beat.
  * This status can be used to determine if a Follower has caught up with the current Leader in an upgrade scenario
  * for example.
  */