Преглед на файлове

Fix Typo in Javadoc

Issue gh-4063
Fred Cooke преди 9 години
родител
ревизия
4cc899feab
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java

+ 1 - 1
config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java

@@ -113,7 +113,7 @@ public final class WebSecurity extends
 
 	/**
 	 * <p>
-	 * 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