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 4c7d82da6f600ffc91bdfe0b1a2109a50fec7449
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 24 09:40:49 2025 -0400

    Fix Checkstyle Line has trailing spaces RegexpSingleline]
---
 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 f9f01e72..f9ceae74 100644
--- a/src/main/java/org/apache/commons/exec/DefaultExecutor.java
+++ b/src/main/java/org/apache/commons/exec/DefaultExecutor.java
@@ -529,7 +529,7 @@ public class DefaultExecutor implements Executor {
 
     /**
      * {@inheritDoc}
-     * 
+     *
      * @see org.apache.commons.exec.Executor#setExitValue(int)
      */
     @Override

Reply via email to