From b3a8c23802e27a914cd5a6f73a3553a9be9884ed Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Wed, 6 Jan 2016 20:39:38 -0500 Subject: [PATCH] ARTEMIS-332 - fix checkstyle --- .../artemis/core/protocol/openwire/amq/AMQServerConsumer.java | 1 - 1 file changed, 1 deletion(-) diff --git a/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQServerConsumer.java b/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQServerConsumer.java index 865146ea48..b0ec7ed3c6 100644 --- a/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQServerConsumer.java +++ b/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQServerConsumer.java @@ -18,7 +18,6 @@ package org.apache.activemq.artemis.core.protocol.openwire.amq; import java.util.List; -import org.apache.activemq.artemis.api.core.ActiveMQException; import org.apache.activemq.artemis.core.filter.Filter; import org.apache.activemq.artemis.core.persistence.StorageManager; import org.apache.activemq.artemis.core.postoffice.QueueBinding;