소스 검색

SEC-259: Correct JavaDoc error.

Ben Alex 19 년 전
부모
커밋
92dbf836a1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/src/main/java/org/acegisecurity/vote/AccessDecisionVoter.java

+ 2 - 2
core/src/main/java/org/acegisecurity/vote/AccessDecisionVoter.java

@@ -49,9 +49,9 @@ public interface AccessDecisionVoter {
      * This allows the <code>AbstractSecurityInterceptor</code> to check every
      * configuration attribute can be consumed by the configured
      * <code>AccessDecisionManager</code> and/or <code>RunAsManager</code>
-     * and/or <code>AccessDecisionManager</code>.
+     * and/or <code>AfterInvocationManager</code>.
      * </p>
-     *
+     * 
      * @param attribute a configuration attribute that has been configured
      *        against the <code>AbstractSecurityInterceptor</code>
      *