Skip to content

Commit cd423dd

Browse files
committed
Javadoc
1 parent 632f255 commit cd423dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static synchronized void exitWhenFinished() {
7171
}
7272

7373
/**
74-
* Returns the singleton instance, which is used by the deprecated, static methods.
74+
* Gets the singleton instance, which is used by the deprecated, static methods.
7575
* This is mainly useful for code, which wants to support the new
7676
* {@link FileCleaningTracker} class while maintain compatibility with the
7777
* deprecated {@link FileCleaner}.
@@ -83,7 +83,7 @@ public static FileCleaningTracker getInstance() {
8383
}
8484

8585
/**
86-
* Retrieve the number of files currently being tracked, and therefore
86+
* Gets the number of files currently being tracked, and therefore
8787
* awaiting deletion.
8888
*
8989
* @return the number of files being tracked

0 commit comments

Comments
 (0)