We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b876f06 commit c738de9Copy full SHA for c738de9
utils/common/src/main/kotlin/FileMatcher.kt
@@ -24,7 +24,7 @@ import org.springframework.util.AntPathMatcher
24
/**
25
* A class to determine whether paths are matched by globs. It can either be used via its static [match] functions, or
26
* (in case different paths have to be matched against the same patterns in the same way over and over again) by
27
- * instantiating it with fixed [patterns], optionally [ignoring case][ignoreCase].
+ * instantiating it with fixed [patterns], optionally ignoring case.
28
*/
29
class FileMatcher(
30
0 commit comments