ARTEMIS-536 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/e8d0639d Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/e8d0639d Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/e8d0639d Branch: refs/heads/master Commit: e8d0639d05cd709ccfe395b6e058728dd97a8fce Parents: b4bb5bb Author: jbertram <[email protected]> Authored: Tue May 24 15:37:53 2016 -0500 Committer: jbertram <[email protected]> Committed: Tue May 24 15:37:53 2016 -0500 ---------------------------------------------------------------------- .../proton/converter/message/JMSMappingOutboundTransformer.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e8d0639d/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/proton/converter/message/JMSMappingOutboundTransformer.java ---------------------------------------------------------------------- diff --git a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/proton/converter/message/JMSMappingOutboundTransformer.java b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/proton/converter/message/JMSMappingOutboundTransformer.java index 99fb7c3..af8afc2 100644 --- a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/proton/converter/message/JMSMappingOutboundTransformer.java +++ b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/proton/converter/message/JMSMappingOutboundTransformer.java @@ -16,7 +16,6 @@ */ package org.apache.activemq.artemis.core.protocol.proton.converter.message; -import org.apache.activemq.artemis.jms.client.ActiveMQMessage; import org.apache.qpid.proton.amqp.Binary; import org.apache.qpid.proton.amqp.Symbol; import org.apache.qpid.proton.amqp.UnsignedByte;
