From b08f8917d266e47470471cf4b7d3307ea9bef3cb Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Fri, 3 Aug 2018 17:53:59 -0400 Subject: [PATCH] removes unused imports --- .../gateway/filter/factory/RedirectToGatewayFilterFactory.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/factory/RedirectToGatewayFilterFactory.java b/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/factory/RedirectToGatewayFilterFactory.java index 3433c8960..537068802 100644 --- a/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/factory/RedirectToGatewayFilterFactory.java +++ b/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/factory/RedirectToGatewayFilterFactory.java @@ -17,9 +17,7 @@ package org.springframework.cloud.gateway.filter.factory; -import java.net.MalformedURLException; import java.net.URI; -import java.net.URL; import java.util.Arrays; import java.util.List;