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
commit 3b884502c6495fc8b4e663e61dcbee7819c5cfe7 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 17 09:04:04 2025 -0400 Javadoc --- src/main/java/org/apache/commons/exec/ExecuteWatchdog.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java b/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java index fcd35527..c8a039b9 100644 --- a/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java +++ b/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java @@ -193,7 +193,7 @@ public class ExecuteWatchdog implements TimeoutObserver { } /** - * reset the monitor flag and the process. + * Resets the monitor flag and the process. */ protected synchronized void cleanUp() { watch = false; @@ -235,7 +235,7 @@ public class ExecuteWatchdog implements TimeoutObserver { } /** - * Indicates whether the watchdog is still monitoring the process. + * Tests whether the watchdog is still monitoring the process. * * @return {@code true} if the process is still running, otherwise {@code false}. */ @@ -245,7 +245,7 @@ public class ExecuteWatchdog implements TimeoutObserver { } /** - * Indicates whether the last process run was killed. + * Tests whether the last process run was killed. * * @return {@code true} if the process was killed {@code false}. */