Skip to content

Commit 0f830e9

Browse files
committed
Polish imports in testing doc examples
See gh-38361
1 parent 7b65176 commit 0f830e9

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/testing/springbootapplications/autoconfiguredwebservices/server/MyWebServiceServerTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import org.junit.jupiter.api.Test;
2020

2121
import org.springframework.beans.factory.annotation.Autowired;
22-
import org.springframework.boot.docs.features.testing.springbootapplications.autoconfiguredwebservices.server.ExampleEndpoint;
2322
import org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTest;
2423
import org.springframework.ws.test.server.MockWebServiceClient;
2524
import org.springframework.ws.test.server.RequestCreators;

spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/testing/springbootapplications/springmvctests/MyControllerTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import org.junit.jupiter.api.Test;
2020

2121
import org.springframework.beans.factory.annotation.Autowired;
22-
import org.springframework.boot.docs.features.testing.springbootapplications.springmvctests.UserVehicleController;
2322
import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest;
2423
import org.springframework.boot.test.mock.mockito.MockBean;
2524
import org.springframework.http.MediaType;

spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/testing/springbootapplications/springmvctests/MyHtmlUnitTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import org.junit.jupiter.api.Test;
2222

2323
import org.springframework.beans.factory.annotation.Autowired;
24-
import org.springframework.boot.docs.features.testing.springbootapplications.springmvctests.UserVehicleController;
2524
import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest;
2625
import org.springframework.boot.test.mock.mockito.MockBean;
2726

spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/testing/springbootapplications/springwebfluxtests/MyControllerTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import org.junit.jupiter.api.Test;
2020

2121
import org.springframework.beans.factory.annotation.Autowired;
22-
import org.springframework.boot.docs.features.testing.springbootapplications.springwebfluxtests.UserVehicleController;
2322
import org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest;
2423
import org.springframework.boot.test.mock.mockito.MockBean;
2524
import org.springframework.http.MediaType;

0 commit comments

Comments
 (0)