mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
Fix typo code tag
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
parent
8167022ada
commit
6c9071211f
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2024 the original author or authors.
|
* Copyright 2002-2025 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -571,7 +571,7 @@ public final class SecurityMockServerConfigurers {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Mutate the attributes using the given {@link Consumer}
|
* Mutate the attributes using the given {@link Consumer}
|
||||||
* @param attributesConsumer The {@link Consumer} for mutating the {@Map} of
|
* @param attributesConsumer The {@link Consumer} for mutating the {@code Map} of
|
||||||
* attributes
|
* attributes
|
||||||
* @return the {@link OpaqueTokenMutator} for further configuration
|
* @return the {@link OpaqueTokenMutator} for further configuration
|
||||||
*/
|
*/
|
||||||
@ -750,7 +750,7 @@ public final class SecurityMockServerConfigurers {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Mutate the attributes using the given {@link Consumer}
|
* Mutate the attributes using the given {@link Consumer}
|
||||||
* @param attributesConsumer The {@link Consumer} for mutating the {@Map} of
|
* @param attributesConsumer The {@link Consumer} for mutating the {@code Map} of
|
||||||
* attributes
|
* attributes
|
||||||
* @return the {@link OAuth2LoginMutator} for further configuration
|
* @return the {@link OAuth2LoginMutator} for further configuration
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2024 the original author or authors.
|
* Copyright 2002-2025 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -1156,7 +1156,7 @@ public final class SecurityMockMvcRequestPostProcessors {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Mutate the attributes using the given {@link Consumer}
|
* Mutate the attributes using the given {@link Consumer}
|
||||||
* @param attributesConsumer The {@link Consumer} for mutating the {@Map} of
|
* @param attributesConsumer The {@link Consumer} for mutating the {@code Map} of
|
||||||
* attributes
|
* attributes
|
||||||
* @return the {@link OpaqueTokenRequestPostProcessor} for further configuration
|
* @return the {@link OpaqueTokenRequestPostProcessor} for further configuration
|
||||||
*/
|
*/
|
||||||
@ -1317,7 +1317,7 @@ public final class SecurityMockMvcRequestPostProcessors {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Mutate the attributes using the given {@link Consumer}
|
* Mutate the attributes using the given {@link Consumer}
|
||||||
* @param attributesConsumer The {@link Consumer} for mutating the {@Map} of
|
* @param attributesConsumer The {@link Consumer} for mutating the {@code Map} of
|
||||||
* attributes
|
* attributes
|
||||||
* @return the {@link OAuth2LoginRequestPostProcessor} for further configuration
|
* @return the {@link OAuth2LoginRequestPostProcessor} for further configuration
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user