Skip to content

Commit 07fdd07

Browse files
committed
Javadoc
1 parent 4f00dec commit 07fdd07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,10 +2350,10 @@ public static Collection<File> listFiles(final File directory, final IOFileFilte
23502350
}
23512351

23522352
/**
2353-
* Lists files in the given {@code directory}, adding each file to the given list.
2353+
* Lists Files in the given {@code directory}, adding each file to the given list.
23542354
*
23552355
* @param directory A File for an assumed directory, not null.
2356-
* @param files The list to add found files, not null.
2356+
* @param files The list to add found Files, not null.
23572357
* @param recursive Whether or not to recurse into subdirectories.
23582358
* @param filter How to filter files, not null.
23592359
*/

0 commit comments

Comments
 (0)