Formatting.

This commit is contained in:
Michael Jumper
2011-08-17 09:36:08 -07:00
parent 2c862ae9e1
commit e47e66c906

View File

@@ -111,7 +111,7 @@ public class BasicFileAuthenticationProvider implements AuthenticationProvider<U
// Validate and return info for given user and pass
AuthInfo info = mapping.get(credentials.getUsername());
if (info != null && info.validate(credentials.getUsername(), credentials.getPassword()))
configs.put("DEFAULT", info.getConfiguration());
configs.put("DEFAULT", info.getConfiguration());
return configs;