Added Id keyword.

This commit is contained in:
Luke Taylor 2008-12-20 15:41:51 +00:00
parent cc5966bc7e
commit 66e586ec67
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public interface LogoutHandler {
* Causes a logout to be completed. The method must complete successfully.
*
* @param request the HTTP request
* @param response the HTTP resonse
* @param response the HTTP response
* @param authentication the current principal details
*/
void logout(HttpServletRequest request, HttpServletResponse response, Authentication authentication);