Skip to content

Commit 4d5c7d7

Browse files
committed
Javadoc: Missing tag for return type.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@553012 13f79535-47bb-0310-9956-ffa450edef68
1 parent 186225b commit 4d5c7d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ public static synchronized void exitWhenFinished() {
145145
* This is mainly useful for code, which wants to support the new
146146
* {@link FileCleaningTracker} class while maintain compatibility with the
147147
* deprecated {@link FileCleaner}.
148+
*
149+
* @return the singleton instance
148150
*/
149151
public static FileCleaningTracker getInstance() {
150152
return theInstance;

0 commit comments

Comments
 (0)