mirror of https://github.com/apache/nifi.git
NIFI-3387 Updated NOT_YET_CONNECTED value in DisconnectionCode enum
This closes #1448. Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
This commit is contained in:
parent
250c4a8941
commit
bd4ea488bb
|
@ -30,7 +30,7 @@ public enum DisconnectionCode {
|
|||
/**
|
||||
* The node has not yet connected to the cluster
|
||||
*/
|
||||
NOT_YET_CONNECTED("Not Has Not Yet Connected to Cluster"),
|
||||
NOT_YET_CONNECTED("Has Not Yet Connected to Cluster"),
|
||||
|
||||
/**
|
||||
* A user explicitly disconnected the node from the cluster
|
||||
|
|
Loading…
Reference in New Issue