diff --git a/acl/src/main/java/org/springframework/security/acls/vote/AclEntryVoter.java b/acl/src/main/java/org/springframework/security/acls/vote/AclEntryVoter.java index 959787c6b5..f26aa2d4d7 100644 --- a/acl/src/main/java/org/springframework/security/acls/vote/AclEntryVoter.java +++ b/acl/src/main/java/org/springframework/security/acls/vote/AclEntryVoter.java @@ -55,11 +55,12 @@ import org.springframework.util.StringUtils; * method. *
* If the method argument is null, the voter will abstain from voting. If the method argument - * could not be found, an {@link org.springframework.security.access.AuthorizationServiceException} will be thrown. + * could not be found, an {@link AuthorizationServiceException} will be thrown. *
* In practical terms users will typically setup a number of AclEntryVoters. Each will have a - * different {@link #processDomainObjectClass}, {@link #processConfigAttribute} and {@link #requirePermission} - * combination. For example, a small application might employ the following instances of AclEntryVoter: + * different {@link #setProcessDomainObjectClass processDomainObjectClass}, {@link #processConfigAttribute} and + * {@link #requirePermission} combination. For example, a small application might employ the following instances of + * AclEntryVoter: *
BankAccount, configuration attribute
* VOTE_ACL_BANK_ACCONT_READ, require permission BasePermission.READ