From 4cc899feabf28ad78c8263101fe6e7e95f988f64 Mon Sep 17 00:00:00 2001 From: Fred Cooke Date: Sun, 18 Sep 2016 13:40:18 +1200 Subject: [PATCH] Fix Typo in Javadoc Issue gh-4063 --- .../security/config/annotation/web/builders/WebSecurity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java b/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java index e5f15b5f56..748b6a737a 100644 --- a/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java +++ b/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java @@ -113,7 +113,7 @@ public final class WebSecurity extends /** *

- * Allows adding {@link RequestMatcher} instances that should that Spring Security + * Allows adding {@link RequestMatcher} instances that Spring Security * should ignore. Web Security provided by Spring Security (including the * {@link SecurityContext}) will not be available on {@link HttpServletRequest} that * match. Typically the requests that are registered should be that of only static