소스 검색

SEC-1282: Clarified javadoc

Luke Taylor 16 년 전
부모
커밋
248e826342
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/src/main/java/org/springframework/security/access/vote/UnanimousBased.java

+ 1 - 1
core/src/main/java/org/springframework/security/access/vote/UnanimousBased.java

@@ -34,7 +34,7 @@ public class UnanimousBased extends AbstractAccessDecisionManager {
 
     /**
      * This concrete implementation polls all configured  {@link AccessDecisionVoter}s for each {@link
-     * ConfigAttribute} and grants access if <b>only</b> grant votes were received.
+     * ConfigAttribute} and grants access if <b>only</b> grant (or abstain) votes were received.
      * <p>
      * Other voting implementations usually pass the entire list of <tt>ConfigAttribute</tt>s to the
      * <code>AccessDecisionVoter</code>. This implementation differs in that each <code>AccessDecisionVoter</code>