From 53272fd1f789c9e7fa58fcf51fa5e2d22f6de545 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 12 Feb 2019 15:29:15 -0500 Subject: [PATCH] Remove unused import --- .../integration/dsl/ScatterGatherSpec.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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