Fix SecurityContextLogoutHandler.logout @param response Javadoc (cannot be null)

Closes gh-18357
This commit is contained in:
Robert Winch 2026-02-24 09:54:36 -06:00 committed by Rob Winch
parent ac06067d02
commit d31ca7a758

View File

@ -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