Skip to content

Commit

Permalink
Fix Checkstyle violation
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jan 18, 2018
1 parent 34c938f commit 3e99ae3
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -53,7 +53,6 @@
import org.springframework.beans.factory.support.DefaultListableBeanFactory;
import org.springframework.integration.channel.QueueChannel;
import org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties;
import org.springframework.integration.test.support.LogAdjustingTestSupport;
import org.springframework.integration.test.util.TestUtils;
import org.springframework.integration.util.ErrorHandlingTaskExecutor;
import org.springframework.jms.JmsException;
Expand All @@ -62,7 +61,6 @@
import org.springframework.jms.core.MessageCreator;
import org.springframework.messaging.support.GenericMessage;
import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler;
import org.springframework.util.ErrorHandler;
import org.springframework.util.ObjectUtils;

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



@Test
public void testContainerBeanNameWhenNoGatewayBeanName() {
JmsOutboundGateway gateway = new JmsOutboundGateway();
Expand Down

0 comments on commit 3e99ae3

Please sign in to comment.