orpiske commented on code in PR #10399: URL: https://github.com/apache/camel/pull/10399#discussion_r1233210653
########## core/camel-util/src/main/java/org/apache/camel/util/URISupport.java: ########## @@ -22,14 +22,7 @@ import java.net.URLEncoder; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; -import java.util.Arrays; -import java.util.Collection; -import java.util.Collections; -import java.util.Iterator; -import java.util.LinkedHashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; +import java.util.*; Review Comment: This will cause the checkstyle to fail. Star imports are ok for static imports, but not for the regular ones. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org