SEC-483: Fix. Make getGroupSearchBase protected.

This commit is contained in:
Luke Taylor
2007-08-30 21:15:14 +00:00
parent 0c4916ee98
commit ea61964f56

View File

@@ -292,7 +292,7 @@ public class DefaultLdapAuthoritiesPopulator implements LdapAuthoritiesPopulator
}
}
private String getGroupSearchBase() {
protected String getGroupSearchBase() {
return groupSearchBase;
}