1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Javadoc typo 'sue' -> 'use'

This commit is contained in:
aSemy
2022-09-08 16:51:00 +02:00
committed by Steve Riesenberg
parent 5ae492b1c1
commit e7880b1815
@@ -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();