浏览代码

Fix JavaDoc error.

Ben Alex 20 年之前
父节点
当前提交
99088fe14c
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java

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

@@ -97,13 +97,14 @@ import java.util.Set;
  * <li>
  * The concrete subclass will re-call the
  * <code>AbstractSecurityInterceptor</code> via the {@link
- * #afterInvocation(InterceptorStatusToken)} method.
+ * #afterInvocation(InterceptorStatusToken, Object)} method.
  * </li>
  * <li>
  * If the <code>RunAsManager</code> replaced the <code>Authentication</code>
  * object, return the <code>ContextHolder</code> to the object that existed
  * after the call to <code>AuthenticationManager</code>.
  * </li>
+ * 
  * <li>
  * If an <code>AfterInvocationManager</code> is defined, invoke the invocation
  * manager and allow it to replace the object due to be returned to the