diff --git a/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java b/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java index 2757a015d4..c945a20389 100644 --- a/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java +++ b/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java @@ -97,13 +97,14 @@ import java.util.Set; *
AbstractSecurityInterceptor
via the {@link
- * #afterInvocation(InterceptorStatusToken)} method.
+ * #afterInvocation(InterceptorStatusToken, Object)} method.
* RunAsManager
replaced the Authentication
* object, return the ContextHolder
to the object that existed
* after the call to AuthenticationManager
.
* AfterInvocationManager
is defined, invoke the invocation
* manager and allow it to replace the object due to be returned to the