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:52:01 UTC

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

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



##########
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:
       Is Vector needed here?




-- 
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