File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
utils/common/src/main/kotlin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ package org.ossreviewtoolkit.utils.common
2222import org.springframework.util.AntPathMatcher
2323
2424/* *
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.
25+ * A class to determine whether paths are matched by globs. It can either be used via its static
26+ * [match][FileMatcher.Companion.match] functions, or (in case different paths have to be matched against the same
27+ * patterns in the same way over and over again) by instantiating it with fixed [patterns], optionally ignoring case.
2828 */
2929class FileMatcher (
3030 /* *
You can’t perform that action at this time.
0 commit comments