diff --git a/spring-integration-core/src/main/java/org/springframework/integration/dsl/ScatterGatherSpec.java b/spring-integration-core/src/main/java/org/springframework/integration/dsl/ScatterGatherSpec.java index c0398f48af..efef63ce9c 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/dsl/ScatterGatherSpec.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/dsl/ScatterGatherSpec.java @@ -16,7 +16,6 @@ package org.springframework.integration.dsl; -import org.springframework.integration.context.IntegrationContextUtils; import org.springframework.integration.scattergather.ScatterGatherHandler; import org.springframework.messaging.MessageChannel; @@ -24,6 +23,7 @@ import org.springframework.messaging.MessageChannel; * A {@link GenericEndpointSpec} extension for the {@link ScatterGatherHandler}. * * @author Artem Bilan + * @author Gary Russell * * @since 5.0 * @@ -60,9 +60,10 @@ public class ScatterGatherSpec extends ConsumerEndpointSpec