NIFI-2173 Fixing typo in LDAP referral strategy

This closes #629
This commit is contained in:
jpercivall 2016-07-11 15:41:06 -04:00 committed by Matt Burgess
parent d1129706e2
commit 54574e3889
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ package org.apache.nifi.ldap;
public enum ReferralStrategy {
FOLLOW("follow"),
INGORE("ignore"),
IGNORE("ignore"),
THROW("throw");
private final String value;