Skip to content

Commit

Permalink
(refactor) make RetryException constructor public
Browse files Browse the repository at this point in the history
  • Loading branch information
puncleV committed Nov 6, 2024
1 parent 8d1187b commit 4651ab3
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 4651ab3

Please sign in to comment.