Skip to content

Commit

Permalink
(refactor) make RetryException consructor public
Browse files Browse the repository at this point in the history
  • Loading branch information
Kozlov Viktor committed Nov 6, 2024
1 parent 8d1187b commit 4173b31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@API(status = STABLE)
public final class RetryException extends HttpResponseException {

RetryException(final ClientHttpResponse response) throws IOException {
public RetryException(final ClientHttpResponse response) throws IOException {
super("Retrying response", response);
}

Expand Down

0 comments on commit 4173b31

Please sign in to comment.