djencks commented on a change in pull request #3876: URL: https://github.com/apache/camel/pull/3876#discussion_r433368230
########## File path: tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateReadmeMojo.java ########## @@ -20,13 +20,9 @@ import java.io.IOException; import java.io.InputStream; import java.nio.file.Paths; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.List; -import java.util.Objects; -import java.util.Set; -import java.util.TreeSet; +import java.util.*; Review comment: Should be fixed now.... If this is an important rule, why doesn't sourcecheck find the problem? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org