Apply SingleSpaceSeparator Checkstyle module
This commit also fixes its violations. Closes gh-31469
This commit is contained in:
@@ -433,10 +433,10 @@ public class MessageBrokerBeanDefinitionParserTests {
|
||||
|
||||
|
||||
private void testChannel(
|
||||
String channelName, List<Class<? extends MessageHandler>> subscriberTypes, int interceptorCount) {
|
||||
String channelName, List<Class<? extends MessageHandler>> subscriberTypes, int interceptorCount) {
|
||||
|
||||
AbstractSubscribableChannel channel = this.appContext.getBean(channelName, AbstractSubscribableChannel.class);
|
||||
for (Class<? extends MessageHandler> subscriberType : subscriberTypes) {
|
||||
for (Class<? extends MessageHandler> subscriberType : subscriberTypes) {
|
||||
MessageHandler subscriber = this.appContext.getBean(subscriberType);
|
||||
assertThat(subscriber).as("No subscription for " + subscriberType).isNotNull();
|
||||
assertThat(channel.hasSubscription(subscriber)).isTrue();
|
||||
|
||||
@@ -92,6 +92,6 @@ public class BeanCreatingHandlerProviderTests {
|
||||
}
|
||||
}
|
||||
|
||||
private static class EchoService { }
|
||||
private static class EchoService { }
|
||||
|
||||
}
|
||||
|
||||
@@ -87,6 +87,6 @@ public class ServerEndpointRegistrationTests {
|
||||
}
|
||||
}
|
||||
|
||||
private static class EchoService { }
|
||||
private static class EchoService { }
|
||||
|
||||
}
|
||||
|
||||
@@ -135,6 +135,6 @@ public class SpringConfiguratorTests {
|
||||
}
|
||||
}
|
||||
|
||||
private static class EchoService { }
|
||||
private static class EchoService { }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user