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-core/src/main/java/org/springframework/integration/config/IntegrationManagementConfigurer.java
+10-5
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@
54
54
* @author Gary Russell
55
55
* @author Artem Bilan
56
56
* @author Meherzad Lahewala
57
+
* @author Jonathan Pearlin
57
58
*
58
59
* @since 4.2
59
60
*
@@ -278,7 +279,7 @@ public void afterSingletonsInstantiated() {
278
279
.getBeansOfType(IntegrationManagement.class);
279
280
for (Entry<String, IntegrationManagement> entry : managed.entrySet()) {
0 commit comments