Disallow remove leader in single node
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / messages / ServerChangeStatus.java
index 7616fe6743fd61f3b04f94baa6126ba77e687fce..8f6a370a922c9964041788e12b318245c34c8919 100644 (file)
@@ -45,7 +45,7 @@ public enum ServerChangeStatus {
     PRIOR_REQUEST_CONSENSUS_TIMEOUT,
 
     /**
-     * An unsupported request, for example removing the current leader may not be supported (at least initially)
+     * An unsupported request, for example removing the leader in a single node cluster.
      */
     NOT_SUPPORTED,
 }