You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/01/11 09:57:08 UTC

[GitHub] [maven-shared-utils] michael-o commented on a change in pull request #94: [MSHARED-1014] Optionally inherit system environment variables by Commandline

michael-o commented on a change in pull request #94:
URL: https://github.com/apache/maven-shared-utils/pull/94#discussion_r781983308



##########
File path: src/main/java/org/apache/maven/shared/utils/cli/Commandline.java
##########
@@ -65,12 +65,14 @@
 public class Commandline
     implements Cloneable
 {
-    private final List<Arg> arguments = new Vector<Arg>();
+    private final List<Arg> arguments = new Vector<>();

Review comment:
       That's old code. I wouldn't touch it in THIS PR.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org