Remove inaccurate TODO

pull/152/head
Dave Syer 11 years ago
parent 884fd0125a
commit 33c38b3a51

@ -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())

Loading…
Cancel
Save