mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-24 13:02:13 +00:00
JavaDocs fix.
This commit is contained in:
parent
33de0fece0
commit
61a631af26
@ -127,8 +127,8 @@ import java.util.Set;
|
||||
* <code>InterceptorStatusToken</code> which is subsequently re-presented to
|
||||
* the <code>AbstractSecurityInterceptor</code> after the secure object has
|
||||
* been executed. The <code>AbstractSecurityInterceptor</code> will take no
|
||||
* further action when its {@link #afterInvocation(InterceptorStatusToken)} is
|
||||
* called.
|
||||
* further action when its {@link #afterInvocation(InterceptorStatusToken,
|
||||
* Object)} is called.
|
||||
* </li>
|
||||
* </ol>
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user