Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 30, 2024
1 parent 4f00dec commit 07fdd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/apache/commons/io/FileUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -2350,10 +2350,10 @@ public static Collection<File> listFiles(final File directory, final IOFileFilte
}

/**
* Lists files in the given {@code directory}, adding each file to the given list.
* Lists Files in the given {@code directory}, adding each file to the given list.
*
* @param directory A File for an assumed directory, not null.
* @param files The list to add found files, not null.
* @param files The list to add found Files, not null.
* @param recursive Whether or not to recurse into subdirectories.
* @param filter How to filter files, not null.
*/
Expand Down

0 comments on commit 07fdd07

Please sign in to comment.