Corrected method name in comment.

This commit is contained in:
Luke Taylor 2007-09-19 15:04:30 +00:00
parent 3c9008ea06
commit 809c962d3b
1 changed files with 2 additions and 2 deletions

View File

@ -465,7 +465,7 @@ public class HttpSessionContextIntegrationFilter implements InitializingBean, Fi
}
//~ Inner Classes ==================================================================================================
//~ Inner Classes ==================================================================================================
/**
* Wrapper that is applied to every request to update the <code>HttpSession<code> with
@ -486,7 +486,7 @@ public class HttpSessionContextIntegrationFilter implements InitializingBean, Fi
/**
* Takes the parameters required to call <code>storeSecurityContextInSession()</code> in
* addition to the response object we are wrapping.
* @see HttpSessionContextIntegrationFilter#storeSecurityContextInSession(SecurityContext, ServletRequest, boolean, int)
* @see HttpSessionContextIntegrationFilter#storeSecurityContextInSession(SecurityContext, HttpServletRequest, boolean, int)
*/
public OnRedirectUpdateSessionResponseWrapper(HttpServletResponse response,
HttpServletRequest request,