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-exec.git
The following commit(s) were added to refs/heads/master by this push: new dc24603e Javadoc dc24603e is described below commit dc24603ecabe913b324e292ac2bf5fd861e19960 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 30 11:51:35 2023 -0500 Javadoc --- src/main/java/org/apache/commons/exec/Watchdog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/exec/Watchdog.java b/src/main/java/org/apache/commons/exec/Watchdog.java index e5906f43..9bd710b5 100644 --- a/src/main/java/org/apache/commons/exec/Watchdog.java +++ b/src/main/java/org/apache/commons/exec/Watchdog.java @@ -98,7 +98,7 @@ public class Watchdog implements Runnable { * Constructs a new instance. * * @param timeoutMillis the timeout duration. - * @deprecated Use {@link #Watchdog(ThreadFactory, Duration)}. + * @deprecated Use {@link Builder#get()}. */ @Deprecated public Watchdog(final long timeoutMillis) {