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…
Reference in New Issue