You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2016/11/23 17:43:15 UTC

[14/48] activemq-artemis git commit: Fix checkstyle

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

Branch: refs/heads/ARTEMIS-780
Commit: d4988a071abcfca839521f430985b0440246bd22
Parents: c756499
Author: jbertram <jb...@apache.com>
Authored: Tue Nov 15 10:53:33 2016 -0600
Committer: jbertram <jb...@apache.com>
Committed: Tue Nov 15 10:53:33 2016 -0600

----------------------------------------------------------------------
 .../activemq/artemis/tests/integration/stomp/v11/StompV11Test.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d4988a07/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/v11/StompV11Test.java
----------------------------------------------------------------------
diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/v11/StompV11Test.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/v11/StompV11Test.java
index 6eb57b2..10ebcea 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/v11/StompV11Test.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/v11/StompV11Test.java
@@ -33,7 +33,6 @@ import java.util.concurrent.TimeUnit;
 import org.apache.activemq.artemis.api.core.SimpleString;
 import org.apache.activemq.artemis.core.protocol.stomp.Stomp;
 import org.apache.activemq.artemis.core.server.impl.AddressInfo;
-import org.apache.activemq.artemis.core.settings.impl.AddressSettings;
 import org.apache.activemq.artemis.tests.integration.IntegrationTestLogger;
 import org.apache.activemq.artemis.tests.integration.stomp.StompTestBase;
 import org.apache.activemq.artemis.tests.integration.stomp.util.ClientStompFrame;