From 7713d248f70f24a093eb9dae08b40e6941fc2a6e Mon Sep 17 00:00:00 2001 From: aSemy <897017+aSemy@users.noreply.github.com> Date: Thu, 8 Sep 2022 16:51:00 +0200 Subject: [PATCH] Javadoc typo 'sue' -> 'use' --- .../servlet/request/SecurityMockMvcRequestPostProcessors.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 15e19fb5fb9..31dd06bd28c 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 @@ -180,7 +180,7 @@ public static CsrfRequestPostProcessor csrf() { /** * Creates a {@link RequestPostProcessor} that can be used to ensure that the * resulting request is ran with the user in the {@link TestSecurityContextHolder}. - * @return the {@link RequestPostProcessor} to sue + * @return the {@link RequestPostProcessor} to use */ public static RequestPostProcessor testSecurityContext() { return new TestSecurityContextHolderPostProcessor();