mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-06 18:52:13 +00:00
Typos.
This commit is contained in:
parent
021f03487e
commit
8c9138b443
@ -102,7 +102,7 @@ public abstract class ConfigUtils {
|
|||||||
|
|
||||||
} else if (services.size() > 1) {
|
} else if (services.size() > 1) {
|
||||||
throw new IllegalArgumentException("More than one UserDetailsService registered. Please" +
|
throw new IllegalArgumentException("More than one UserDetailsService registered. Please" +
|
||||||
"use a specific Id in yur configuration");
|
"use a specific Id in your configuration");
|
||||||
}
|
}
|
||||||
|
|
||||||
return (UserDetailsService) services.values().toArray()[0];
|
return (UserDetailsService) services.values().toArray()[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user