mirror of
https://github.com/apache/nifi.git
synced 2025-02-16 15:06:00 +00:00
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…
x
Reference in New Issue
Block a user