Repository: activemq-artemis Updated Branches: refs/heads/master 663f7f78f -> e847c14b9
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/4e5ec135 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/4e5ec135 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/4e5ec135 Branch: refs/heads/master Commit: 4e5ec13558044e351e2eaca92a3f491a14e99e1b Parents: 663f7f7 Author: Clebert Suconic <[email protected]> Authored: Mon Jan 11 20:02:29 2016 -0500 Committer: Clebert Suconic <[email protected]> Committed: Mon Jan 11 20:02:45 2016 -0500 ---------------------------------------------------------------------- .../artemis/tests/integration/client/SessionCloseOnGCTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/4e5ec135/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SessionCloseOnGCTest.java ---------------------------------------------------------------------- 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 2f97e32..a429a88 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;
