Skip to content

Commit c738de9

Browse files
committed
docs(utils): Remove a broken KDoc reference
Constructor arguments cannot be referenced from class docs if they are not also properties. Signed-off-by: Martin Nonnenmacher <[email protected]>
1 parent b876f06 commit c738de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import org.springframework.util.AntPathMatcher
2424
/**
2525
* A class to determine whether paths are matched by globs. It can either be used via its static [match] functions, or
2626
* (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].
27+
* instantiating it with fixed [patterns], optionally ignoring case.
2828
*/
2929
class FileMatcher(
3030
/**

0 commit comments

Comments
 (0)