Explorar o código

SEC-259: Correct JavaDoc error.

Ben Alex %!s(int64=19) %!d(string=hai) anos
pai
achega
92dbf836a1

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