Removed "final" from getGroupMembershipRoles

This commit is contained in:
Luke Taylor 2006-06-07 13:31:11 +00:00
parent 2a7caff95f
commit 88825089a7
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ public class DefaultLdapAuthoritiesPopulator implements LdapAuthoritiesPopulator
// }
public final Set getGroupMembershipRoles(String userDn, String username) {
public Set getGroupMembershipRoles(String userDn, String username) {
Set authorities = new HashSet();
if (groupSearchBase == null) {