Skip to content

Commit 4de8f99

Browse files
committed
checkstyle
1 parent 4ee9a07 commit 4de8f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/filter/BodyFilterFunctionsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import org.springframework.web.servlet.function.ServerResponse;
3737

3838
import static org.assertj.core.api.Assertions.assertThat;
39-
import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.*;
39+
import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.RANDOM_PORT;
4040
import static org.springframework.cloud.gateway.server.mvc.filter.AfterFilterFunctions.modifyResponseBody;
4141
import static org.springframework.cloud.gateway.server.mvc.handler.GatewayRouterFunctions.route;
4242
import static org.springframework.cloud.gateway.server.mvc.handler.HandlerFunctions.http;

0 commit comments

Comments
 (0)