Skip to content

Commit 32646f3

Browse files
author
Gary Gregory
committed
More precise Javadoc.
1 parent 1fe7494 commit 32646f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ public boolean accept(final File file) {
8787
}
8888

8989
/**
90-
* Checks to see if the file is a file.
90+
* Checks to see if the file is a symbolic link.
9191
* @param file the File to check
9292
*
93-
* @return true if the file is a file
93+
* @return true if the file is a symbolic link.
9494
*/
9595
@Override
9696
public FileVisitResult accept(final Path file, final BasicFileAttributes attributes) {

0 commit comments

Comments
 (0)