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
1 changed files with 1 additions and 1 deletions

View File

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