Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Jan 11, 2025
1 parent 07455b1 commit 7c4351a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ default void handleError(URI url, HttpMethod method, ClientHttpResponse response
* @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 {
}

Expand Down

0 comments on commit 7c4351a

Please sign in to comment.