oscerd commented on a change in pull request #4694: URL: https://github.com/apache/camel/pull/4694#discussion_r531512710
########## File path: components/camel-hazelcast/src/main/java/org/apache/camel/component/hazelcast/list/HazelcastListConsumer.java ########## @@ -16,25 +16,51 @@ */ package org.apache.camel.component.hazelcast.list; -import com.hazelcast.collection.IList; -import com.hazelcast.core.HazelcastInstance; +import java.util.UUID; + import org.apache.camel.Consumer; import org.apache.camel.Endpoint; import org.apache.camel.Processor; import org.apache.camel.component.hazelcast.HazelcastDefaultConsumer; import org.apache.camel.component.hazelcast.listener.CamelItemListener; +import com.hazelcast.collection.IList; Review comment: I think this will make the camel codestyle fails, but it's not a 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