Skip to content

Commit

Permalink
Fixed a bad @link
Browse files Browse the repository at this point in the history
  • Loading branch information
elecharny committed Dec 19, 2024
1 parent f583441 commit 859e7aa
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@
*/
package org.apache.mina.core.buffer.matcher;

import org.apache.commons.io.FilenameUtils;

/**
* A {@link ClassNameMatcher} that uses simplified regular expressions
* provided by {@link org.apache.commons.io.FilenameUtils#wildcardMatch(String, String) FilenameUtils.wildcardMatch}
* provided by {@link org.apache.commons.io.FilenameUtils#wildcardMatch(String, String)}
* <p>
* This object is immutable and thread-safe.
* </p>
Expand Down

0 comments on commit 859e7aa

Please # to comment.