Skip to content

Commit 220a42b

Browse files
Fix javadoc sleep method. (#273)
1 parent 940cc16 commit 220a42b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public void run() {
119119
* Sleeps for a guaranteed minimum duration unless interrupted.
120120
*
121121
* This method exists because Thread.sleep(100) can sleep for 0, 70, 100 or 200ms or anything else
122-
* it deems appropriate. Read {@link Thread#sleep()} for further interesting details.
122+
* it deems appropriate. Read {@link Thread#sleep(long, int)}} for further interesting details.
123123
*
124124
* @param duration the sleep duration.
125125
* @throws InterruptedException if interrupted

0 commit comments

Comments
 (0)