Skip to content

Commit

Permalink
Merge branch 'develop' into feature/max_allowed_retries
Browse files Browse the repository at this point in the history
  • Loading branch information
kptfh authored Nov 10, 2023
2 parents e9e38f3 + 114a56c commit ba185f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ public class ReactiveFeignException extends RuntimeException {
public ReactiveFeignException(Throwable cause, ReactiveHttpRequest request) {
super(String.format(MESSAGE_PATTERN, request, cause.getMessage()), cause);
this.request = request;
cause.printStackTrace();
}

public ReactiveHttpRequest getRequest() {
Expand Down

0 comments on commit ba185f7

Please sign in to comment.