See gh-34231
This commit is contained in:
Stéphane Nicoll 2025-01-11 12:35:42 +01:00
parent 07455b10f3
commit 7c4351ab0a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {
}