Skip to content

Commit c9f6767

Browse files
Amitbhaverwinch
authored andcommitted
Fix typo in AntPathRequestMatcher contructor comment
Closes gh-8042
1 parent b7ce65b commit c9f6767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/org/springframework/security/web/util/matcher/AntPathRequestMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public AntPathRequestMatcher(String pattern, String httpMethod,
107107
*
108108
* @param pattern the ant pattern to use for matching
109109
* @param httpMethod the HTTP method. The {@code matches} method will return false if
110-
* the incoming request doesn't doesn't have the same method.
110+
* the incoming request doesn't have the same method.
111111
* @param caseSensitive true if the matcher should consider case, else false
112112
* @param urlPathHelper if non-null, will be used for extracting the path from the HttpServletRequest
113113
*/

0 commit comments

Comments
 (0)