From 80979e7592c0f09e676b26278cca76a50766b1ce Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 26 Sep 2017 11:00:34 +0200 Subject: [PATCH] Polish --- .../annotation/ServerWebExchangeArgumentResolverTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ServerWebExchangeArgumentResolverTests.java b/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ServerWebExchangeArgumentResolverTests.java index 071987d17c..4edfa5b265 100644 --- a/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ServerWebExchangeArgumentResolverTests.java +++ b/spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ServerWebExchangeArgumentResolverTests.java @@ -16,7 +16,6 @@ package org.springframework.web.reactive.result.method.annotation; -import com.sun.jndi.toolkit.url.Uri; import org.junit.Test; import reactor.core.publisher.Mono;