This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 07fdd0723 Javadoc
07fdd0723 is described below

commit 07fdd072301b119072bf20bc8bc6b438dd9f23d1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Dec 30 14:55:26 2024 -0500

    Javadoc
---
 src/main/java/org/apache/commons/io/FileUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/FileUtils.java 
b/src/main/java/org/apache/commons/io/FileUtils.java
index 709779bc8..6a998c01b 100644
--- a/src/main/java/org/apache/commons/io/FileUtils.java
+++ b/src/main/java/org/apache/commons/io/FileUtils.java
@@ -2350,10 +2350,10 @@ public class FileUtils {
     }
 
     /**
-     * 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.
      */

Reply via email to