Fix JavaDoc error.

This commit is contained in:
Ben Alex 2005-01-16 03:57:43 +00:00
parent b31333e794
commit 99088fe14c
1 changed files with 2 additions and 1 deletions

View File

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