Remove inaccurate TODO

This commit is contained in:
Dave Syer 2013-12-04 14:57:44 +00:00
parent 884fd0125a
commit 33c38b3a51

View File

@ -56,7 +56,6 @@ public class AuthenticationManagerConfiguration {
+ user.getPassword() + "\n\n");
}
// TODO: Add the management role...
Set<String> roles = new LinkedHashSet<String>(user.getRole());
builder.withUser(user.getName()).password(user.getPassword())