Fix the imports

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1361217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2012-07-13 13:42:57 +00:00
parent 87e300add0
commit f84e41611c
1 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,8 @@ package org.apache.activemq.camel.component;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;
import java.util.concurrent.TimeUnit;
import org.apache.activemq.ActiveMQConnectionFactory; import org.apache.activemq.ActiveMQConnectionFactory;
import org.apache.activemq.broker.BrokerService; import org.apache.activemq.broker.BrokerService;
import org.apache.activemq.pool.PooledConnectionFactory; import org.apache.activemq.pool.PooledConnectionFactory;
@ -31,8 +33,6 @@ import org.junit.Test;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import scala.actors.threadpool.TimeUnit;
public class ComplexRequestReplyTest { public class ComplexRequestReplyTest {
private static final Logger LOG = LoggerFactory.getLogger(ComplexRequestReplyTest.class); private static final Logger LOG = LoggerFactory.getLogger(ComplexRequestReplyTest.class);