You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-integration-test/src/main/java/org/springframework/integration/test/context/MockIntegrationContext.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
importjava.util.ArrayList;
20
20
importjava.util.Arrays;
21
21
importjava.util.Collection;
22
+
importjava.util.Collections;
22
23
importjava.util.List;
23
24
24
25
importreactor.core.publisher.Mono;
@@ -59,6 +60,7 @@
59
60
*
60
61
* @author Artem Bilan
61
62
* @author Yicheng Feng
63
+
* @author Alexander Hain
62
64
*
63
65
* @since 5.0
64
66
*
@@ -111,7 +113,7 @@ public void afterSingletonsInstantiated() {
0 commit comments