From 2f4610e8b78ae62a1e70787227410f675870b4de Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 9 Mar 2016 16:45:29 -0600 Subject: [PATCH] Update HttpSecurity.requestMatcher() Javadoc Fixes gh-3365 --- .../security/config/annotation/web/builders/HttpSecurity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java b/config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java index 803afef0bd..b0418ccec3 100644 --- a/config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java +++ b/config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java @@ -1034,7 +1034,7 @@ public final class HttpSecurity extends * {@link #requestMatcher(RequestMatcher)}. * *

- * Invoking {@link #requestMatchers()} will override previous invocations of + * Invoking {@link #requestMatchers()} will not override previous invocations of * {@link #requestMatchers()}, {@link #antMatcher(String)}, * {@link #regexMatcher(String)}, and {@link #requestMatcher(RequestMatcher)}. *