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/04/24 20:01:10 UTC

[GitHub] [maven-surefire] pzygielo commented on a diff in pull request #527: [SUREFIRE-2063] Allow consecutive spaces in argLine

pzygielo commented on code in PR #527:
URL: https://github.com/apache/maven-surefire/pull/527#discussion_r857172458


##########
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/DefaultForkConfiguration.java:
##########
@@ -251,9 +251,9 @@ private String interpolateArgLineWithPropertyExpressions()
     }
 
     @Nonnull
-    private static String stripWhitespace( @Nonnull String argLine )
+    static String stripWhitespace( @Nonnull String argLine )

Review Comment:
   With this access change I expected to see plenty of new UTs - but there is none committed 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