mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 20:42:14 +00:00
Fix typo in AntPathRequestMatcher contructor comment
This commit is contained in:
parent
6bb056607f
commit
2ce9eef95e
@ -108,7 +108,7 @@ public final class AntPathRequestMatcher
|
|||||||
*
|
*
|
||||||
* @param pattern the ant pattern to use for matching
|
* @param pattern the ant pattern to use for matching
|
||||||
* @param httpMethod the HTTP method. The {@code matches} method will return false if
|
* @param httpMethod the HTTP method. The {@code matches} method will return false if
|
||||||
* the incoming request doesn't doesn't have the same method.
|
* the incoming request doesn't have the same method.
|
||||||
* @param caseSensitive true if the matcher should consider case, else false
|
* @param caseSensitive true if the matcher should consider case, else false
|
||||||
* @param urlPathHelper if non-null, will be used for extracting the path from the HttpServletRequest
|
* @param urlPathHelper if non-null, will be used for extracting the path from the HttpServletRequest
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user