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
commit cd423dd7c36bb303448a11ee48da13898a2e601a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 24 10:03:24 2023 -0500 Javadoc --- src/main/java/org/apache/commons/io/FileCleaner.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/io/FileCleaner.java b/src/main/java/org/apache/commons/io/FileCleaner.java index 609d34be..d748e257 100644 --- a/src/main/java/org/apache/commons/io/FileCleaner.java +++ b/src/main/java/org/apache/commons/io/FileCleaner.java @@ -71,7 +71,7 @@ public class FileCleaner { } /** - * Returns the singleton instance, which is used by the deprecated, static methods. + * Gets the singleton instance, which is used by the deprecated, static methods. * This is mainly useful for code, which wants to support the new * {@link FileCleaningTracker} class while maintain compatibility with the * deprecated {@link FileCleaner}. @@ -83,7 +83,7 @@ public class FileCleaner { } /** - * Retrieve the number of files currently being tracked, and therefore + * Gets the number of files currently being tracked, and therefore * awaiting deletion. * * @return the number of files being tracked