This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c1d325d0dd6105ed3a684fc9b311b8a9ca5d8c50
Author: Kévin Lacire <[email protected]>
AuthorDate: Fri Jul 22 09:04:41 2022 +0200

    :wrench: list static constant imports one by one
---
 .../org/apache/camel/component/azure/eventhubs/EventHubsConsumer.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-azure/camel-azure-eventhubs/src/main/java/org/apache/camel/component/azure/eventhubs/EventHubsConsumer.java
 
b/components/camel-azure/camel-azure-eventhubs/src/main/java/org/apache/camel/component/azure/eventhubs/EventHubsConsumer.java
index 22616c705f2..c10e34364d9 100644
--- 
a/components/camel-azure/camel-azure-eventhubs/src/main/java/org/apache/camel/component/azure/eventhubs/EventHubsConsumer.java
+++ 
b/components/camel-azure/camel-azure-eventhubs/src/main/java/org/apache/camel/component/azure/eventhubs/EventHubsConsumer.java
@@ -33,7 +33,9 @@ import org.apache.camel.support.DefaultConsumer;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-import static org.apache.camel.component.azure.eventhubs.EventHubsConstants.*;
+import static 
org.apache.camel.component.azure.eventhubs.EventHubsConstants.COMPLETED_BY_SIZE;
+import static 
org.apache.camel.component.azure.eventhubs.EventHubsConstants.COMPLETED_BY_TIMEOUT;
+import static 
org.apache.camel.component.azure.eventhubs.EventHubsConstants.UNCOMPLETED;
 
 public class EventHubsConsumer extends DefaultConsumer {
 

Reply via email to