From e051eecbca378458be964133160cb707f94e8db2 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Thu, 15 Feb 2018 14:17:28 -0500 Subject: [PATCH] polish --- .../cloud/gateway/filter/factory/RetryGatewayFilterFactory.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/factory/RetryGatewayFilterFactory.java b/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/factory/RetryGatewayFilterFactory.java index 788b2f84..2de8b526 100644 --- a/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/factory/RetryGatewayFilterFactory.java +++ b/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/factory/RetryGatewayFilterFactory.java @@ -22,7 +22,6 @@ import java.util.Collections; import java.util.List; import java.util.function.Predicate; -import reactor.retry.DefaultRepeat; import reactor.retry.Repeat; import reactor.retry.RepeatContext;