From 0999a5019abfa50768c439205b2eb13f0492e088 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Sat, 15 Mar 2025 23:33:23 +0700 Subject: [PATCH] Fix typo code tag Signed-off-by: Tran Ngoc Nhan --- .../web/reactive/server/SecurityMockServerConfigurers.java | 6 +++--- .../request/SecurityMockMvcRequestPostProcessors.java | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/src/main/java/org/springframework/security/test/web/reactive/server/SecurityMockServerConfigurers.java b/test/src/main/java/org/springframework/security/test/web/reactive/server/SecurityMockServerConfigurers.java index 360b7a22982..04ad67b4620 100644 --- a/test/src/main/java/org/springframework/security/test/web/reactive/server/SecurityMockServerConfigurers.java +++ b/test/src/main/java/org/springframework/security/test/web/reactive/server/SecurityMockServerConfigurers.java @@ -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"); * you may not use this file except in compliance with the License. @@ -571,7 +571,7 @@ private OpaqueTokenMutator() { /** * 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 * @return the {@link OpaqueTokenMutator} for further configuration */ @@ -750,7 +750,7 @@ public OAuth2LoginMutator authorities(GrantedAuthority... authorities) { /** * 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 * @return the {@link OAuth2LoginMutator} for further configuration */ diff --git a/test/src/main/java/org/springframework/security/test/web/servlet/request/SecurityMockMvcRequestPostProcessors.java b/test/src/main/java/org/springframework/security/test/web/servlet/request/SecurityMockMvcRequestPostProcessors.java index 8d0aac3e696..d17e7dda1f2 100644 --- a/test/src/main/java/org/springframework/security/test/web/servlet/request/SecurityMockMvcRequestPostProcessors.java +++ b/test/src/main/java/org/springframework/security/test/web/servlet/request/SecurityMockMvcRequestPostProcessors.java @@ -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"); * you may not use this file except in compliance with the License. @@ -1156,7 +1156,7 @@ private OpaqueTokenRequestPostProcessor() { /** * 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 * @return the {@link OpaqueTokenRequestPostProcessor} for further configuration */ @@ -1317,7 +1317,7 @@ public OAuth2LoginRequestPostProcessor authorities(GrantedAuthority... authoriti /** * 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 * @return the {@link OAuth2LoginRequestPostProcessor} for further configuration */