Skip to content

Commit

Permalink
Update AntPathRequestMatcher.java
Browse files Browse the repository at this point in the history
Fixes gh-8512
  • Loading branch information
Artyom Tarynin authored and eleftherias committed May 13, 2020
1 parent d6f827c commit 9e66538
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public final class AntPathRequestMatcher

/**
* Creates a matcher with the specific pattern which will match all HTTP methods in a
* case insensitive manner.
* case sensitive manner.
*
* @param pattern the ant pattern to use for matching
*/
Expand All @@ -77,7 +77,7 @@ public AntPathRequestMatcher(String pattern) {
}

/**
* Creates a matcher with the supplied pattern and HTTP method in a case insensitive
* Creates a matcher with the supplied pattern and HTTP method in a case sensitive
* manner.
*
* @param pattern the ant pattern to use for matching
Expand Down

0 comments on commit 9e66538

Please sign in to comment.