1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Fix compiling in Eclipse

This commit is contained in:
Rob Winch
2014-09-16 09:54:45 -05:00
parent 39d544b901
commit 02c3565e22
18 changed files with 11 additions and 41 deletions
@@ -114,7 +114,6 @@ public class LdapAuthority implements GrantedAuthority {
/**
* {@inheritDoc}
*/
@Override
public String getAuthority() {
return role;
}