瀏覽代碼

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>
      *