abelsromero commented on code in PR #93: URL: https://github.com/apache/maven-filtering/pull/93#discussion_r1454936658
########## src/test/java/org/apache/maven/shared/filtering/DefaultMavenResourcesFilteringTest.java: ########## @@ -24,13 +24,10 @@ import java.io.FileInputStream; import java.io.IOException; import java.nio.file.Files; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.List; -import java.util.Properties; +import java.util.*; Review Comment: I had issues configuring the formatting and handled that by hand, I'll give it another try and review all files. -- 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