Croway commented on code in PR #12208: URL: https://github.com/apache/camel/pull/12208#discussion_r1410386345
########## components/camel-cxf/camel-cxf-rest/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsProducer.java: ########## @@ -24,11 +24,7 @@ import java.net.CookieStore; import java.net.HttpCookie; import java.net.URLDecoder; -import java.util.Collection; -import java.util.HashMap; -import java.util.LinkedHashMap; -import java.util.List; -import java.util.Map; +import java.util.*; Review Comment: yeah, the IDE thinks he's smart, I'll review them and update the PR -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
