فهرست منبع

Added Id keyword.

Luke Taylor 16 سال پیش
والد
کامیت
66e586ec67
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      core/src/main/java/org/springframework/security/ui/logout/LogoutHandler.java

+ 1 - 1
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);