Skip to content

Commit 22dffc0

Browse files
committed
Run format
1 parent 0a0721b commit 22dffc0

File tree

1 file changed

+4
-2
lines changed
  • config/src/main/java/org/springframework/security/config/annotation/web/builders

1 file changed

+4
-2
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,8 @@ public HttpSecurity rememberMe(Customizer<RememberMeConfigurer<HttpSecurity>> re
11121112
* </pre>
11131113
* @return the {@link ExpressionUrlAuthorizationConfigurer} for further customizations
11141114
* @throws Exception
1115-
* @deprecated For removal in 7.0. Use {@link #authorizeHttpRequests(Customizer)} instead
1115+
* @deprecated For removal in 7.0. Use {@link #authorizeHttpRequests(Customizer)}
1116+
* instead
11161117
*/
11171118
@Deprecated(since = "6.1", forRemoval = true)
11181119
public ExpressionUrlAuthorizationConfigurer<HttpSecurity>.ExpressionInterceptUrlRegistry authorizeRequests()
@@ -1227,7 +1228,8 @@ public ExpressionUrlAuthorizationConfigurer<HttpSecurity>.ExpressionInterceptUrl
12271228
* for the {@link ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry}
12281229
* @return the {@link HttpSecurity} for further customizations
12291230
* @throws Exception
1230-
* @deprecated For removal in 7.0. Use {@link #authorizeHttpRequests(Customizer)} instead
1231+
* @deprecated For removal in 7.0. Use {@link #authorizeHttpRequests(Customizer)}
1232+
* instead
12311233
*/
12321234
@Deprecated(since = "6.1", forRemoval = true)
12331235
public HttpSecurity authorizeRequests(

0 commit comments

Comments
 (0)