Skip to content

Commit e14b5ec

Browse files
authored
More missed imports for IntegrationFlowTests
Signed-off-by: Artem Bilan <[email protected]>
1 parent 23477af commit e14b5ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2024 the original author or authors.
2+
* Copyright 2016-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -82,6 +82,7 @@
8282
import org.springframework.integration.store.SimpleMessageStore;
8383
import org.springframework.integration.support.MessageBuilder;
8484
import org.springframework.integration.support.MutableMessageBuilder;
85+
import org.springframework.integration.test.util.TestUtils;
8586
import org.springframework.integration.transformer.PayloadSerializingTransformer;
8687
import org.springframework.integration.util.NoBeansOverrideAnnotationConfigContextLoader;
8788
import org.springframework.messaging.Message;

0 commit comments

Comments
 (0)