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 e45cb7c7 Javadoc
e45cb7c7 is described below

commit e45cb7c750133f1e5efa1bd44993b91e4d4125f4
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Aug 20 06:54:51 2025 -0400

    Javadoc
---
 src/main/java/org/apache/commons/exec/DefaultExecutor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/exec/DefaultExecutor.java 
b/src/main/java/org/apache/commons/exec/DefaultExecutor.java
index a94d7569..bf7a090d 100644
--- a/src/main/java/org/apache/commons/exec/DefaultExecutor.java
+++ b/src/main/java/org/apache/commons/exec/DefaultExecutor.java
@@ -93,7 +93,7 @@ public class DefaultExecutor implements Executor {
          * (B) this
          * </pre>
          *
-         * @return this instance typed as the subclass type {@code T}.
+         * @return {@code this} instance typed as the subclass type {@code T}.
          */
         @SuppressWarnings("unchecked")
         T asThis() {

Reply via email to