[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    (commons-exec) branch master updated: Spelling in exception message
From:       ggregory () apache ! org
Date:       2023-12-31 20:24:37
Message-ID: 170405427709.2065497.8222786302252275707 () gitbox2-he-fi ! apache ! org
[Download RAW message or body]

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 16da4f1f Spelling in exception message
16da4f1f is described below

commit 16da4f1fefb0bdacfa31d681b76585269b60edb6
Author: Gary Gregory <garydgregory@gmail.com>
AuthorDate: Sun Dec 31 15:24:32 2023 -0500

    Spelling in exception message
---
 src/main/java/org/apache/commons/exec/OS.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/exec/OS.java \
b/src/main/java/org/apache/commons/exec/OS.java index 48e97c60..65e99511 100644
--- a/src/main/java/org/apache/commons/exec/OS.java
+++ b/src/main/java/org/apache/commons/exec/OS.java
@@ -287,7 +287,7 @@ public final class OS {
                     isFamily = OS_NAME.contains(FAMILY_VMS);
                     break;
                 default:
-                    throw new IllegalArgumentException("Don\'t know how to detect os \
family \"" + family + "\""); +                    throw new \
IllegalArgumentException("Don\'t know how to detect OS family \"" + family + "\"");  \
}  }
             if (name != null) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic