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 eb72cf21 Comment: Remove unnecessary Latin acronym eb72cf21 is described below commit eb72cf21246352e755a4398b6fd0c2d4fbe2e846 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 14 10:05:33 2025 -0400 Comment: Remove unnecessary Latin acronym --- src/main/java/org/apache/commons/exec/CommandLine.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/exec/CommandLine.java b/src/main/java/org/apache/commons/exec/CommandLine.java index 967dbcdc..a6a23912 100644 --- a/src/main/java/org/apache/commons/exec/CommandLine.java +++ b/src/main/java/org/apache/commons/exec/CommandLine.java @@ -183,7 +183,7 @@ public class CommandLine { /** * A map of name value pairs used to expand command line arguments. */ - private Map<String, ?> substitutionMap; // N.B. This can contain values other than Strings. + private Map<String, ?> substitutionMap; // This can contain values other than Strings. /** * Tests whether a file was used to set the executable.