This commit is contained in:
Ben Alex 2007-12-04 02:11:16 +00:00
parent 021f03487e
commit 8c9138b443
1 changed files with 2 additions and 2 deletions

View File

@ -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];