You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/03/03 12:12:33 UTC

activemq-artemis git commit: fix checkstyle

Repository: activemq-artemis
Updated Branches:
  refs/heads/artemis-1009 66396a59d -> 8805118c3


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/8805118c
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8805118c
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8805118c

Branch: refs/heads/artemis-1009
Commit: 8805118c3f70e2855b55a86bd98733b96d9675f0
Parents: 66396a5
Author: Clebert Suconic <cl...@apache.org>
Authored: Fri Mar 3 07:12:32 2017 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Mar 3 07:12:32 2017 -0500

----------------------------------------------------------------------
 .../artemis/protocol/amqp/converter/AMQPMessageSupport.java         | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8805118c/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/AMQPMessageSupport.java
----------------------------------------------------------------------
diff --git a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/AMQPMessageSupport.java b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/AMQPMessageSupport.java
index 4fb28a2..4b37a76 100644
--- a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/AMQPMessageSupport.java
+++ b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/AMQPMessageSupport.java
@@ -23,7 +23,6 @@ import java.util.Arrays;
 import java.util.Map;
 import java.util.Set;
 
-import org.apache.activemq.artemis.core.buffers.impl.ResetLimitWrappedActiveMQBuffer;
 import org.apache.activemq.artemis.core.message.impl.CoreMessage;
 import org.apache.activemq.artemis.jms.client.ActiveMQDestination;
 import org.apache.activemq.artemis.protocol.amqp.converter.jms.ServerJMSBytesMessage;