Skip to content

Commit b5a2c34

Browse files
FileUtils#listFiles: fix javadoc warnings
1 parent d675cd1 commit b5a2c34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/FileUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,10 @@ private static void innerListFiles(final Collection<File> files, final File dire
504504
*
505505
* @param directory the directory to search in
506506
* @param fileFilter filter to apply when finding files. Must not be {@code null},
507-
* use {@link TrueFileFilter.INSTANCE} to match all files in selected directories.
507+
* use {@link TrueFileFilter#INSTANCE} to match all files in selected directories.
508508
* @param dirFilter optional filter to apply when finding subdirectories.
509509
* If this parameter is {@code null}, subdirectories will not be included in the
510-
* search. Use {@link TrueFileFilter.INSTANCE} to match all directories.
510+
* search. Use {@link TrueFileFilter#INSTANCE} to match all directories.
511511
* @return a collection of java.io.File with the matching files
512512
* @see org.apache.commons.io.filefilter.FileFilterUtils
513513
* @see org.apache.commons.io.filefilter.NameFileFilter

0 commit comments

Comments
 (0)