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
The following commit(s) were added to refs/heads/master by this push: new 220a42b Fix javadoc sleep method. (#273) 220a42b is described below commit 220a42bf62089c1cd2c9ed3d8d3652529d432f61 Author: Arturo Bernal <arturobern...@gmail.com> AuthorDate: Mon Sep 20 00:00:42 2021 +0200 Fix javadoc sleep method. (#273) --- src/main/java/org/apache/commons/io/ThreadMonitor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/ThreadMonitor.java b/src/main/java/org/apache/commons/io/ThreadMonitor.java index 3dad373..fdc10ef 100644 --- a/src/main/java/org/apache/commons/io/ThreadMonitor.java +++ b/src/main/java/org/apache/commons/io/ThreadMonitor.java @@ -119,7 +119,7 @@ class ThreadMonitor implements Runnable { * Sleeps for a guaranteed minimum duration unless interrupted. * * This method exists because Thread.sleep(100) can sleep for 0, 70, 100 or 200ms or anything else - * it deems appropriate. Read {@link Thread#sleep()} for further interesting details. + * it deems appropriate. Read {@link Thread#sleep(long, int)}} for further interesting details. * * @param duration the sleep duration. * @throws InterruptedException if interrupted