From de00e72e5e03fa12d4b8bd682933d956f09bcd34 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 13 Jun 2017 17:20:47 -0400 Subject: [PATCH] Polish Stomp Test --- .../integration/stomp/client/StompServerIntegrationTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-integration-stomp/src/test/java/org/springframework/integration/stomp/client/StompServerIntegrationTests.java b/spring-integration-stomp/src/test/java/org/springframework/integration/stomp/client/StompServerIntegrationTests.java index 5a55250a6c..1013584d57 100644 --- a/spring-integration-stomp/src/test/java/org/springframework/integration/stomp/client/StompServerIntegrationTests.java +++ b/spring-integration-stomp/src/test/java/org/springframework/integration/stomp/client/StompServerIntegrationTests.java @@ -72,8 +72,8 @@ import org.springframework.util.SocketUtils; public class StompServerIntegrationTests { @ClassRule - public static Log4jClassLevelAdjuster adjuster = new Log4jClassLevelAdjuster(Level.TRACE, "org.springframework", "org.springframework.integration.stomp", - "org.apache.activemq.broker", "reactor.io", "io.netty"); + public static Log4jClassLevelAdjuster adjuster = new Log4jClassLevelAdjuster(Level.TRACE, "org.springframework", + "org.springframework.integration.stomp", "org.apache.activemq.broker", "reactor.io", "io.netty"); private static BrokerService activeMQBroker;