You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/11/27 10:48:33 UTC

[GitHub] [camel] scriptease commented on a change in pull request #4694: [CAMEL-15899] Hazelcast consumer listeners not removed after use

scriptease commented on a change in pull request #4694:
URL: https://github.com/apache/camel/pull/4694#discussion_r531525630



##########
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 updated the import order




----------------------------------------------------------------
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:
users@infra.apache.org