Repository: activemq-artemis
Updated Branches:
  refs/heads/master 0dab0552d -> b3a8c2380


ARTEMIS-332 - fix checkstyle


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b3a8c238
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b3a8c238
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b3a8c238

Branch: refs/heads/master
Commit: b3a8c23802e27a914cd5a6f73a3553a9be9884ed
Parents: 0dab055
Author: Clebert Suconic <clebertsuco...@apache.org>
Authored: Wed Jan 6 20:39:38 2016 -0500
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Wed Jan 6 20:39:38 2016 -0500

----------------------------------------------------------------------
 .../artemis/core/protocol/openwire/amq/AMQServerConsumer.java       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b3a8c238/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQServerConsumer.java
----------------------------------------------------------------------
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 865146e..b0ec7ed 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;

Reply via email to