Fix formatting

Issue gh-11762
This commit is contained in:
Steve Riesenberg 2022-08-29 16:24:59 -05:00
parent 41ede20712
commit 0aa5850d22
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ public class SecurityContextHolderAwareRequestFilter extends GenericFilterBean {
private SecurityContextRepository securityContextRepository = new HttpSessionSecurityContextRepository();
/**
* Sets the {@link SecurityContextRepository} to use. The default is to use {@link HttpSessionSecurityContextRepository}.
* Sets the {@link SecurityContextRepository} to use. The default is to use
* {@link HttpSessionSecurityContextRepository}.
* @param securityContextRepository the {@link SecurityContextRepository} to use.
* @since 6.0
*/