mirror of https://github.com/apache/nifi.git
parent
d1129706e2
commit
54574e3889
|
@ -22,7 +22,7 @@ package org.apache.nifi.ldap;
|
|||
public enum ReferralStrategy {
|
||||
|
||||
FOLLOW("follow"),
|
||||
INGORE("ignore"),
|
||||
IGNORE("ignore"),
|
||||
THROW("throw");
|
||||
|
||||
private final String value;
|
||||
|
|
Loading…
Reference in New Issue