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