Fix formatting in the IntegrationFlowTests

This commit is contained in:
Artem Bilan
2025-02-16 09:32:07 -05:00
parent e14b5ecd30
commit 9d38468fd7

View File

@@ -605,7 +605,7 @@ public class IntegrationFlowTests {
public TaskScheduler customScheduler() {
return new SimpleAsyncTaskScheduler();
}
@Bean
public QueueChannelSpec suppliedChannel() {
return MessageChannels.queue(10);