Skip to content

Commit d57f3c7

Browse files
committed
Javadoc
1 parent 92266f4 commit d57f3c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/filefilter/IOFileFilter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import org.apache.commons.io.file.PathFilter;
2828

2929
/**
30-
* An interface which brings the FileFilter, FilenameFilter, PathFilter, and PathMatcher interfaces together.
30+
* An interface which brings the {@link FileFilter}, {@link FilenameFilter}, {@link PathFilter}, and {@link PathMatcher} interfaces together.
3131
*
3232
* @since 1.0
3333
*/
@@ -56,7 +56,7 @@ public interface IOFileFilter extends FileFilter, FilenameFilter, PathFilter, Pa
5656
* Defined in {@link java.io.FilenameFilter}.
5757
* </p>
5858
*
59-
* @param dir the directory File to check.
59+
* @param dir the directory File to check.
6060
* @param name the file name within the directory to check.
6161
* @return true if this file matches the test.
6262
*/

0 commit comments

Comments
 (0)