fixing checkstyle

This commit is contained in:
Clebert Suconic 2016-01-11 20:02:29 -05:00
parent 663f7f78f2
commit 4e5ec13558
1 changed files with 0 additions and 2 deletions

View File

@ -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;