소스 검색

JavaDocs fix.

Ben Alex 20 년 전
부모
커밋
61a631af26
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java

+ 2 - 2
core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java

@@ -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>
  *