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;