From 61a631af268725dcb317670f1212dd70d8245c29 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Wed, 22 Dec 2004 23:49:25 +0000 Subject: [PATCH] JavaDocs fix. --- .../acegisecurity/intercept/AbstractSecurityInterceptor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. * * *