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 c04ac33bd7490f849db424f07e82acabbe25ff36 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 29 11:19:05 2023 -0500 Javadoc --- src/main/java/org/apache/commons/exec/PumpStreamHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/exec/PumpStreamHandler.java b/src/main/java/org/apache/commons/exec/PumpStreamHandler.java index 408ce1a4..4e97d82c 100644 --- a/src/main/java/org/apache/commons/exec/PumpStreamHandler.java +++ b/src/main/java/org/apache/commons/exec/PumpStreamHandler.java @@ -46,7 +46,7 @@ public class PumpStreamHandler implements ExecuteStreamHandler { private InputStreamPumper inputStreamPumper; - /** The timeout in ms the implementation waits when stopping the pumper threads */ + /** The timeout in milliseconds the implementation waits when stopping the pumper threads */ private long stopTimeout; /** The last exception being caught */