Skip to content

Commit e7880b1

Browse files
aSemySteve Riesenberg
authored andcommitted
Javadoc typo 'sue' -> 'use'
1 parent 5ae492b commit e7880b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public static CsrfRequestPostProcessor csrf() {
180180
/**
181181
* Creates a {@link RequestPostProcessor} that can be used to ensure that the
182182
* resulting request is ran with the user in the {@link TestSecurityContextHolder}.
183-
* @return the {@link RequestPostProcessor} to sue
183+
* @return the {@link RequestPostProcessor} to use
184184
*/
185185
public static RequestPostProcessor testSecurityContext() {
186186
return new TestSecurityContextHolderPostProcessor();

0 commit comments

Comments
 (0)