SEC-259: Correct JavaDoc error.
This commit is contained in:
parent
8d74fe928c
commit
92dbf836a1
|
@ -49,9 +49,9 @@ public interface AccessDecisionVoter {
|
||||||
* This allows the <code>AbstractSecurityInterceptor</code> to check every
|
* This allows the <code>AbstractSecurityInterceptor</code> to check every
|
||||||
* configuration attribute can be consumed by the configured
|
* configuration attribute can be consumed by the configured
|
||||||
* <code>AccessDecisionManager</code> and/or <code>RunAsManager</code>
|
* <code>AccessDecisionManager</code> and/or <code>RunAsManager</code>
|
||||||
* and/or <code>AccessDecisionManager</code>.
|
* and/or <code>AfterInvocationManager</code>.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @param attribute a configuration attribute that has been configured
|
* @param attribute a configuration attribute that has been configured
|
||||||
* against the <code>AbstractSecurityInterceptor</code>
|
* against the <code>AbstractSecurityInterceptor</code>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue