浏览代码

Fix formatting

Issue gh-11762
Steve Riesenberg 3 年之前
父节点
当前提交
0aa5850d22

+ 2 - 1
web/src/main/java/org/springframework/security/web/servletapi/SecurityContextHolderAwareRequestFilter.java

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