Skip to content

Commit 498f052

Browse files
committed
Fix deprecation warning
1 parent bc2d20e commit 498f052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementDifferentPortAndEndpointWithExceptionHandlerSampleActuatorApplicationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
import org.junit.jupiter.api.Test;
2020

21-
import org.springframework.boot.actuate.autoconfigure.web.server.LocalManagementPort;
2221
import org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint;
2322
import org.springframework.boot.test.context.SpringBootTest;
2423
import org.springframework.boot.test.web.client.TestRestTemplate;
24+
import org.springframework.boot.test.web.server.LocalManagementPort;
2525
import org.springframework.http.HttpStatus;
2626
import org.springframework.http.ResponseEntity;
2727
import org.springframework.web.bind.annotation.ExceptionHandler;

0 commit comments

Comments
 (0)