Skip to content

Commit b47686a

Browse files
author
Gary Gregory
committed
Slightly better Javadoc.
1 parent a0dc657 commit b47686a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Abstracts the implementation of the {@link FileFilter} (IO), {@link FilenameFilter} (IO), {@link PathFilter} (NIO)
3333
* interfaces via our own {@link IOFileFilter} interface.
3434
* <p>
35-
* Note that a subclass MUST override one of the {@code accept} methods, otherwise your class will infinitely loop.
35+
* Note that a subclass MUST override one of the {@code accept} methods, otherwise that subclass will infinitely loop.
3636
* </p>
3737
*
3838
* @since 1.0
@@ -71,7 +71,7 @@ public boolean accept(final File dir, final String name) {
7171
/**
7272
* Handles exceptions caught while accepting.
7373
*
74-
* @param t the caught exception.
74+
* @param t the caught Throwable.
7575
* @return the given Throwable.
7676
* @since 2.9.0
7777
*/

0 commit comments

Comments
 (0)