mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-03-01 00:24:46 +00:00
Fix SecurityContextLogoutHandler.logout @param response Javadoc (cannot be null)
Closes gh-18357
This commit is contained in:
parent
ac06067d02
commit
d31ca7a758
@ -61,7 +61,7 @@ public class SecurityContextLogoutHandler implements LogoutHandler {
|
||||
/**
|
||||
* Requires the request to be passed in.
|
||||
* @param request from which to obtain a HTTP session (cannot be null)
|
||||
* @param response not used (can be <code>null</code>)
|
||||
* @param response the response (cannot be null)
|
||||
* @param authentication not used (can be <code>null</code>)
|
||||
*/
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user