Browse Source

Javadoc typo 'sue' -> 'use'

pull/11882/head
aSemy 3 years ago committed by Steve Riesenberg
parent
commit
e7880b1815
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
  1. 2
      test/src/main/java/org/springframework/security/test/web/servlet/request/SecurityMockMvcRequestPostProcessors.java

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

@ -180,7 +180,7 @@ public final class SecurityMockMvcRequestPostProcessors { @@ -180,7 +180,7 @@ public final class SecurityMockMvcRequestPostProcessors {
/**
* 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();

Loading…
Cancel
Save