Skip to content

Commit 3e99ae3

Browse files
committed
1 parent 34c938f commit 3e99ae3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-integration-jms/src/test/java/org/springframework/integration/jms/JmsOutboundGatewayTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
import org.springframework.beans.factory.support.DefaultListableBeanFactory;
5454
import org.springframework.integration.channel.QueueChannel;
5555
import org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties;
56-
import org.springframework.integration.test.support.LogAdjustingTestSupport;
5756
import org.springframework.integration.test.util.TestUtils;
5857
import org.springframework.integration.util.ErrorHandlingTaskExecutor;
5958
import org.springframework.jms.JmsException;
@@ -62,7 +61,6 @@
6261
import org.springframework.jms.core.MessageCreator;
6362
import org.springframework.messaging.support.GenericMessage;
6463
import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler;
65-
import org.springframework.util.ErrorHandler;
6664
import org.springframework.util.ObjectUtils;
6765

6866
/**
@@ -75,7 +73,6 @@ public class JmsOutboundGatewayTests extends ActiveMQMultiContextTests {
7573
private final Log logger = LogFactory.getLog(this.getClass());
7674

7775

78-
7976
@Test
8077
public void testContainerBeanNameWhenNoGatewayBeanName() {
8178
JmsOutboundGateway gateway = new JmsOutboundGateway();

0 commit comments

Comments
 (0)