From 66e586ec672b89588dba279ca14806b0719ce7fe Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sat, 20 Dec 2008 15:41:51 +0000 Subject: [PATCH] Added Id keyword. --- .../org/springframework/security/ui/logout/LogoutHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/springframework/security/ui/logout/LogoutHandler.java b/core/src/main/java/org/springframework/security/ui/logout/LogoutHandler.java index abd44113a3..c799039078 100644 --- a/core/src/main/java/org/springframework/security/ui/logout/LogoutHandler.java +++ b/core/src/main/java/org/springframework/security/ui/logout/LogoutHandler.java @@ -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);