Skip to content

Commit 9bba36b

Browse files
gregwpoutsma
authored andcommitted
fixed checkstyle
1 parent f47baaf commit 9bba36b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-webflux/src/test/java/org/springframework/web/reactive/function/MultipartRouterFunctionIntegrationTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,11 @@
4949
import org.springframework.web.reactive.function.server.ServerRequest;
5050
import org.springframework.web.reactive.function.server.ServerResponse;
5151
import org.springframework.web.testfixture.http.server.reactive.bootstrap.HttpServer;
52-
import org.springframework.web.testfixture.http.server.reactive.bootstrap.JettyCoreHttpServer;
5352
import org.springframework.web.testfixture.http.server.reactive.bootstrap.UndertowHttpServer;
5453

5554
import static org.assertj.core.api.Assertions.assertThat;
5655
import static org.assertj.core.api.Assertions.fail;
5756
import static org.junit.jupiter.api.Assumptions.assumeFalse;
58-
import static org.junit.jupiter.api.Assumptions.assumeTrue;
5957
import static org.springframework.web.reactive.function.server.RouterFunctions.route;
6058

6159
/**

0 commit comments

Comments
 (0)