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:
Jeff Storck 2017-01-26 18:30:51 -05:00 committed by Koji Kawamura
parent 250c4a8941
commit bd4ea488bb
1 changed files with 1 additions and 1 deletions

View File

@ -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