Skip to content

Commit 23477af

Browse files
authored
Add missed import to IntegrationFlowTests
Signed-off-by: Artem Bilan <[email protected]>
1 parent cc6472c commit 23477af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-integration-core/src/test/java/org/springframework/integration/dsl/flows/IntegrationFlowTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
import org.springframework.messaging.support.ChannelInterceptor;
9696
import org.springframework.messaging.support.GenericMessage;
9797
import org.springframework.scheduling.TaskScheduler;
98+
import org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler;
9899
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
99100
import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler;
100101
import org.springframework.stereotype.Component;

0 commit comments

Comments
 (0)