Skip to content

Commit

Permalink
Fix checkstyle violation
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Nov 9, 2020
1 parent 560a504 commit 2899652
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ private static class DefaultResponseSpec implements ResponseSpec {
this.statusHandlers.add(DEFAULT_STATUS_HANDLER);
}


@Override
public ResponseSpec onStatus(Predicate<HttpStatus> statusPredicate,
Function<ClientResponse, Mono<? extends Throwable>> exceptionFunction) {
Expand Down

0 comments on commit 2899652

Please sign in to comment.