File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
spring-integration-core/src/main/java/org/springframework/integration/dsl Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1616
1717package org .springframework .integration .dsl ;
1818
19- import org .springframework .integration .context .IntegrationContextUtils ;
2019import org .springframework .integration .scattergather .ScatterGatherHandler ;
2120import 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 */
You can’t perform that action at this time.
0 commit comments