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 46f7916b Javadoc
46f7916b is described below
commit 46f7916bad0d1d0bb691231d3a840fa085bd8799
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 14 09:46:20 2023 -0500
Javadoc
---
src/main/java/org/apache/commons/exec/DefaultExecuteResultHandler.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/exec/DefaultExecuteResultHandler.java
b/src/main/java/org/apache/commons/exec/DefaultExecuteResultHandler.java
index d95cf132..331879ca 100644
--- a/src/main/java/org/apache/commons/exec/DefaultExecuteResultHandler.java
+++ b/src/main/java/org/apache/commons/exec/DefaultExecuteResultHandler.java
@@ -38,7 +38,7 @@ public class DefaultExecuteResultHandler implements
ExecuteResultHandler {
private volatile ExecuteException exception;
/**
- * Constructor.
+ * Constructs a new instance.
*/
public DefaultExecuteResultHandler() {
this.hasResult = false;