Skip to content

Commit 31de789

Browse files
committed
IntFlowContext: Fix missed import for @Nullable
1 parent 680acfb commit 31de789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: spring-integration-core/src/main/java/org/springframework/integration/dsl/context/IntegrationFlowContext.java

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import org.springframework.beans.factory.BeanFactoryAware;
2222
import org.springframework.integration.core.MessagingTemplate;
2323
import org.springframework.integration.dsl.IntegrationFlow;
24+
import org.springframework.lang.Nullable;
2425
import org.springframework.messaging.MessageChannel;
2526

2627
/**

0 commit comments

Comments
 (0)