Repository: activemq-artemis Updated Branches: refs/heads/master 4ee39e098 -> 0c18c343e
NO-JIRA: fixing 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/0c18c343 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0c18c343 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0c18c343 Branch: refs/heads/master Commit: 0c18c343e9f75919ad5684342104ac113e61eea9 Parents: 4ee39e0 Author: Clebert Suconic <[email protected]> Authored: Thu Dec 15 17:00:10 2016 -0500 Committer: Clebert Suconic <[email protected]> Committed: Thu Dec 15 17:00:10 2016 -0500 ---------------------------------------------------------------------- .../artemis/protocol/amqp/proton/ProtonServerSenderContext.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0c18c343/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerSenderContext.java ---------------------------------------------------------------------- diff --git a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerSenderContext.java b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerSenderContext.java index f6c7786..d287417 100644 --- a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerSenderContext.java +++ b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerSenderContext.java @@ -21,7 +21,6 @@ import java.util.Map; import java.util.Objects; import java.util.Set; -import org.apache.activemq.artemis.api.core.ActiveMQAddressDoesNotExistException; import org.apache.activemq.artemis.api.core.ActiveMQQueueExistsException; import org.apache.activemq.artemis.api.core.ActiveMQExceptionType; import org.apache.activemq.artemis.api.core.SimpleString; @@ -29,7 +28,6 @@ import org.apache.activemq.artemis.core.postoffice.impl.CompositeAddress; import org.apache.activemq.artemis.core.server.AddressQueryResult; import org.apache.activemq.artemis.core.server.QueueQueryResult; import org.apache.activemq.artemis.core.server.RoutingType; -import org.apache.activemq.artemis.core.server.impl.AddressInfo; import org.apache.activemq.artemis.core.transaction.Transaction; import org.apache.activemq.artemis.jms.client.ActiveMQConnection; import org.apache.activemq.artemis.protocol.amqp.broker.AMQPSessionCallback;
