Corrected wrong error message in ProviderManager.
This commit is contained in:
parent
e561b87987
commit
98f6111d06
|
|
@ -148,7 +148,7 @@ public class ProviderManager extends AbstractAuthenticationManager implements In
|
|||
|
||||
private void checkIfValidList(List listToCheck) {
|
||||
if ((listToCheck == null) || (listToCheck.size() == 0)) {
|
||||
throw new IllegalArgumentException("A list of AuthenticationManagers is required");
|
||||
throw new IllegalArgumentException("A list of AuthenticationProviders is required");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue