Skip to content

Commit 53272fd

Browse files
committed
Remove unused import
1 parent e8aa861 commit 53272fd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

spring-integration-core/src/main/java/org/springframework/integration/dsl/ScatterGatherSpec.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
package org.springframework.integration.dsl;
1818

19-
import org.springframework.integration.context.IntegrationContextUtils;
2019
import org.springframework.integration.scattergather.ScatterGatherHandler;
2120
import org.springframework.messaging.MessageChannel;
2221

2322
/**
2423
* A {@link GenericEndpointSpec} extension for the {@link ScatterGatherHandler}.
2524
*
2625
* @author Artem Bilan
26+
* @author Gary Russell
2727
*
2828
* @since 5.0
2929
*
@@ -60,9 +60,10 @@ public ScatterGatherSpec gatherTimeout(long gatherTimeout) {
6060
}
6161

6262
/**
63-
* Specify a {@link MessageChannel} bean name for async error processing.
64-
* Defaults to {@link IntegrationContextUtils#ERROR_CHANNEL_BEAN_NAME}.
65-
* @param errorChannel the {@link MessageChannel} bean name for async error processing.
63+
* Specify a {@link MessageChannel} bean name for async error processing. Defaults to
64+
* {@link org.springframework.integration.context.IntegrationContextUtils#ERROR_CHANNEL_BEAN_NAME}.
65+
* @param errorChannel the {@link MessageChannel} bean name for async error
66+
* processing.
6667
* @return the current {@link ScatterGatherSpec} instance.
6768
* @since 5.1.3
6869
*/

0 commit comments

Comments
 (0)