diff --git a/spring-web/src/main/java/org/springframework/web/client/ResponseErrorHandler.java b/spring-web/src/main/java/org/springframework/web/client/ResponseErrorHandler.java index be96fb29a1..8d7f82f3b7 100644 --- a/spring-web/src/main/java/org/springframework/web/client/ResponseErrorHandler.java +++ b/spring-web/src/main/java/org/springframework/web/client/ResponseErrorHandler.java @@ -63,7 +63,7 @@ public interface ResponseErrorHandler { * @throws IOException in case of I/O errors * @deprecated in favor of {@link #handleError(URI, HttpMethod, ClientHttpResponse)} */ - @Deprecated(since = "6.2.1", forRemoval = true) + @Deprecated(since = "6.2.2", forRemoval = true) default void handleError(ClientHttpResponse response) throws IOException { }