Skip to content

Commit

Permalink
docs(common-utils): Update the link to AntPathMatcher
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Mar 15, 2024
1 parent a9a064c commit 244e01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common/src/main/kotlin/FileMatcher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class FileMatcher(
/**
* The collection of [glob patterns][1] to consider for matching.
*
* [1]: https://docs.spring.io/spring-framework/docs/current/javadoc-api/index.html?org/springframework/util/AntPathMatcher.html
* [1]: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/AntPathMatcher.html
*/
val patterns: Collection<String>,

Expand Down

0 comments on commit 244e01e

Please sign in to comment.