You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/08/15 15:28:48 UTC

[activemq-artemis] branch new-logging updated: remove now-unused import

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch new-logging
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/new-logging by this push:
     new f2d80e4584 remove now-unused import
f2d80e4584 is described below

commit f2d80e4584ba416ca1101389f0140607acb73648
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 15 16:28:25 2022 +0100

    remove now-unused import
---
 .../activemq/artemis/tests/integration/stomp/v12/StompV12Test.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/v12/StompV12Test.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/v12/StompV12Test.java
index 0c8c2c3a08..ce545ff3bc 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/v12/StompV12Test.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/v12/StompV12Test.java
@@ -49,7 +49,6 @@ import org.apache.activemq.artemis.utils.Wait;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.junit.runners.Parameterized;