Skip to content

Commit 6c90712

Browse files
ngocnhan-tran1996jzheaux
authored andcommitted
Fix typo code tag
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 8167022 commit 6c90712

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

test/src/main/java/org/springframework/security/test/web/reactive/server/SecurityMockServerConfigurers.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -571,7 +571,7 @@ private OpaqueTokenMutator() {
571571

572572
/**
573573
* Mutate the attributes using the given {@link Consumer}
574-
* @param attributesConsumer The {@link Consumer} for mutating the {@Map} of
574+
* @param attributesConsumer The {@link Consumer} for mutating the {@code Map} of
575575
* attributes
576576
* @return the {@link OpaqueTokenMutator} for further configuration
577577
*/
@@ -750,7 +750,7 @@ public OAuth2LoginMutator authorities(GrantedAuthority... authorities) {
750750

751751
/**
752752
* Mutate the attributes using the given {@link Consumer}
753-
* @param attributesConsumer The {@link Consumer} for mutating the {@Map} of
753+
* @param attributesConsumer The {@link Consumer} for mutating the {@code Map} of
754754
* attributes
755755
* @return the {@link OAuth2LoginMutator} for further configuration
756756
*/

test/src/main/java/org/springframework/security/test/web/servlet/request/SecurityMockMvcRequestPostProcessors.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -1156,7 +1156,7 @@ private OpaqueTokenRequestPostProcessor() {
11561156

11571157
/**
11581158
* Mutate the attributes using the given {@link Consumer}
1159-
* @param attributesConsumer The {@link Consumer} for mutating the {@Map} of
1159+
* @param attributesConsumer The {@link Consumer} for mutating the {@code Map} of
11601160
* attributes
11611161
* @return the {@link OpaqueTokenRequestPostProcessor} for further configuration
11621162
*/
@@ -1317,7 +1317,7 @@ public OAuth2LoginRequestPostProcessor authorities(GrantedAuthority... authoriti
13171317

13181318
/**
13191319
* Mutate the attributes using the given {@link Consumer}
1320-
* @param attributesConsumer The {@link Consumer} for mutating the {@Map} of
1320+
* @param attributesConsumer The {@link Consumer} for mutating the {@code Map} of
13211321
* attributes
13221322
* @return the {@link OAuth2LoginRequestPostProcessor} for further configuration
13231323
*/

0 commit comments

Comments
 (0)