Fix javadoc formatting
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / LeaderLocalDelegateFactory.java
index 5f58bc9ef57f61f28326c7e661a23ba57c0bfafd..b6fb127714f07b8529de25bc1760dd7c16532f91 100644 (file)
@@ -58,8 +58,7 @@ abstract class LeaderLocalDelegateFactory<M> {
     /**
      * Invoked whenever the local shard's leadership role changes.
      *
-     * @param isLeader true if the shard has become leader, false if it has
- *                 become a follower.
+     * @param isLeader true if the shard has become leader, false if it has become a follower.
      * @param hasLeader true if the shard knows about leader ID
      */
     abstract void onLeadershipChange(boolean isLeader, boolean hasLeader);