SEC-259: Correct JavaDoc error.

This commit is contained in:
Ben Alex 2006-05-23 12:02:44 +00:00
parent 8d74fe928c
commit 92dbf836a1
1 changed files with 2 additions and 2 deletions

View File

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