Skip to content

Commit ad803a0

Browse files
committed
docs(utils): Fix a reference to a static function
Signed-off-by: Martin Nonnenmacher <[email protected]>
1 parent c738de9 commit ad803a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/common/src/main/kotlin/FileMatcher.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ package org.ossreviewtoolkit.utils.common
2222
import 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
*/
2929
class FileMatcher(
3030
/**

0 commit comments

Comments
 (0)