mirror of https://github.com/apache/activemq.git
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:
parent
87e300add0
commit
f84e41611c
|
@ -18,6 +18,8 @@ package org.apache.activemq.camel.component;
|
|||
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
import org.apache.activemq.ActiveMQConnectionFactory;
|
||||
import org.apache.activemq.broker.BrokerService;
|
||||
import org.apache.activemq.pool.PooledConnectionFactory;
|
||||
|
@ -31,8 +33,6 @@ import org.junit.Test;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import scala.actors.threadpool.TimeUnit;
|
||||
|
||||
public class ComplexRequestReplyTest {
|
||||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(ComplexRequestReplyTest.class);
|
||||
|
|
Loading…
Reference in New Issue