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 0a2e561e Remove dead comment
0a2e561e is described below

commit 0a2e561ead170929a0ae28dc8ff5f43af5c5bd10
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 31 08:29:58 2023 -0500

    Remove dead comment
    
    Javadoc
---
 .../java/org/apache/commons/exec/environment/EnvironmentUtils.java    | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/exec/environment/EnvironmentUtils.java 
b/src/main/java/org/apache/commons/exec/environment/EnvironmentUtils.java
index 0f915538..68973868 100644
--- a/src/main/java/org/apache/commons/exec/environment/EnvironmentUtils.java
+++ b/src/main/java/org/apache/commons/exec/environment/EnvironmentUtils.java
@@ -21,10 +21,8 @@ import java.io.IOException;
 import java.util.Map;
 import java.util.Objects;
 
-//import org.apache.commons.exec.OS;
-
 /**
- * Wrapper for environment variables.
+ * Wraps environment variables.
  */
 public class EnvironmentUtils {
 

Reply via email to