From 4e5ec13558044e351e2eaca92a3f491a14e99e1b Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Mon, 11 Jan 2016 20:02:29 -0500 Subject: [PATCH] fixing checkstyle --- .../artemis/tests/integration/client/SessionCloseOnGCTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SessionCloseOnGCTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SessionCloseOnGCTest.java index 2f97e32240..a429a881c3 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SessionCloseOnGCTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SessionCloseOnGCTest.java @@ -21,10 +21,8 @@ import java.lang.ref.WeakReference; import org.apache.activemq.artemis.api.core.client.ClientSession; import org.apache.activemq.artemis.api.core.client.ClientSessionFactory; import org.apache.activemq.artemis.api.core.client.ServerLocator; -import org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl; import org.apache.activemq.artemis.core.server.ActiveMQServer; import org.apache.activemq.artemis.tests.util.ActiveMQTestBase; -import org.junit.Assert; import org.junit.Before; import org.junit.Test;