From 99088fe14c61c9b3126cfec179498fcda4498281 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Sun, 16 Jan 2005 03:57:43 +0000 Subject: [PATCH] Fix JavaDoc error. --- .../acegisecurity/intercept/AbstractSecurityInterceptor.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; *
  • * The concrete subclass will re-call the * AbstractSecurityInterceptor via the {@link - * #afterInvocation(InterceptorStatusToken)} method. + * #afterInvocation(InterceptorStatusToken, Object)} method. *
  • *
  • * If the RunAsManager replaced the Authentication * object, return the ContextHolder to the object that existed * after the call to AuthenticationManager. *
  • + * *
  • * If an AfterInvocationManager is defined, invoke the invocation * manager and allow it to replace the object due to be returned to the