Added Id keyword.
This commit is contained in:
parent
cc5966bc7e
commit
66e586ec67
|
@ -37,7 +37,7 @@ public interface LogoutHandler {
|
||||||
* Causes a logout to be completed. The method must complete successfully.
|
* Causes a logout to be completed. The method must complete successfully.
|
||||||
*
|
*
|
||||||
* @param request the HTTP request
|
* @param request the HTTP request
|
||||||
* @param response the HTTP resonse
|
* @param response the HTTP response
|
||||||
* @param authentication the current principal details
|
* @param authentication the current principal details
|
||||||
*/
|
*/
|
||||||
void logout(HttpServletRequest request, HttpServletResponse response, Authentication authentication);
|
void logout(HttpServletRequest request, HttpServletResponse response, Authentication authentication);
|
||||||
|
|
Loading…
Reference in New Issue