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-unsubscr...@maven.apache.org

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

Reply via email to