Removes unused import

This commit is contained in:
spencergibb
2023-01-23 17:12:37 -05:00
parent b9117f71c9
commit 50cec9c312

View File

@@ -19,7 +19,6 @@ package org.springframework.cloud.gateway.filter;
import reactor.core.publisher.Mono;
import org.springframework.web.server.ServerWebExchange;
import org.springframework.web.server.WebFilter;
/**
* Contract to allow a {@link GatewayFilter} to delegate to the next in the chain.