Repository: activemq-artemis Updated Branches: refs/heads/master adc0f02ae -> 77805f9db
ARTEMIS-1596 - 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/b4ed5c32 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b4ed5c32 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b4ed5c32 Branch: refs/heads/master Commit: b4ed5c32371173166d0b4475ca543aa2b277320f Parents: adc0f02 Author: Michael André Pearce <[email protected]> Authored: Sat Jan 13 19:52:43 2018 +0000 Committer: Michael André Pearce <[email protected]> Committed: Sat Jan 13 19:52:43 2018 +0000 ---------------------------------------------------------------------- .../apache/activemq/artemis/tests/integration/stomp/StompTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b4ed5c32/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/StompTest.java ---------------------------------------------------------------------- diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/StompTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/StompTest.java index 543c112..3d36d3f 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/StompTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/StompTest.java @@ -50,9 +50,7 @@ import org.apache.activemq.artemis.core.postoffice.impl.LocalQueueBinding; import org.apache.activemq.artemis.core.protocol.stomp.Stomp; import org.apache.activemq.artemis.core.protocol.stomp.StompProtocolManagerFactory; import org.apache.activemq.artemis.core.server.ActiveMQServer; -import org.apache.activemq.artemis.core.server.AddressQueryResult; import org.apache.activemq.artemis.core.server.Queue; -import org.apache.activemq.artemis.core.server.QueueQueryResult; import org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl; import org.apache.activemq.artemis.core.server.impl.AddressInfo; import org.apache.activemq.artemis.core.settings.impl.AddressSettings;
