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 2e65a212 Javadoc
2e65a212 is described below
commit 2e65a21227ab70e94c6a3b2904045a8f79522428
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 29 15:29:30 2023 -0500
Javadoc
---
src/main/java/org/apache/commons/exec/ExecuteWatchdog.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java
b/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java
index a6968952..96590bdb 100644
--- a/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java
+++ b/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java
@@ -77,7 +77,7 @@ public class ExecuteWatchdog implements TimeoutObserver {
/**
* Creates a new watchdog with a given timeout.
*
- * @param timeout the timeout for the process in milliseconds. It must be
greater than 0 or {@code INFINITE_TIMEOUT_DURATION}.
+ * @param timeout the timeout Duration for the process. It must be greater
than 0 or {@code INFINITE_TIMEOUT_DURATION}.
* @since 1.4.0
*/
public ExecuteWatchdog(final Duration timeout) {