Skip to content

Commit 4109764

Browse files
author
Niall Pemberton
committed
Minor javadoc change
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@488667 13f79535-47bb-0310-9956-ffa450edef68
1 parent 80f7658 commit 4109764

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ public static synchronized void exitWhenFinished() {
184184
* The reaper thread.
185185
*/
186186
static final class Reaper extends Thread {
187+
/** Construct a new Reaper */
187188
Reaper() {
188189
super("File Reaper");
189190
setPriority(Thread.MAX_PRIORITY);

0 commit comments

Comments
 (0)