Skip to content

Commit c8e7252

Browse files
committed
Javadoc
1 parent c525669 commit c8e7252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected AbstractFileFilter(final FileVisitResult onAccept, final FileVisitResu
7575
}
7676

7777
/**
78-
* Checks to see if the File should be accepted by this filter.
78+
* Tests to see if the File should be accepted by this filter.
7979
*
8080
* @param file the File to check
8181
* @return true if this file matches the test
@@ -87,7 +87,7 @@ public boolean accept(final File file) {
8787
}
8888

8989
/**
90-
* Checks to see if the File should be accepted by this filter.
90+
* Tests to see if the File should be accepted by this filter.
9191
*
9292
* @param dir the directory File to check
9393
* @param name the file name within the directory to check

0 commit comments

Comments
 (0)