diff --git a/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java b/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java
index 88646191b4..2757a015d4 100644
--- a/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java
+++ b/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java
@@ -127,8 +127,8 @@ import java.util.Set;
* InterceptorStatusToken which is subsequently re-presented to
* the AbstractSecurityInterceptor after the secure object has
* been executed. The AbstractSecurityInterceptor will take no
- * further action when its {@link #afterInvocation(InterceptorStatusToken)} is
- * called.
+ * further action when its {@link #afterInvocation(InterceptorStatusToken,
+ * Object)} is called.
*
*
*