Skip to content

Commit

Permalink
Merge branch '6.0.x' into 6.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jzheaux committed Nov 17, 2023
2 parents aa1a022 + 12f074b commit d958787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ static class DeferredRequestMatcher implements RequestMatcher {
this.description.set(matcher.toString());
return matcher;
});
this.description.set("Deferred " + candidates);
this.description.set("Deferred " + Arrays.toString(candidates));
}

@Override
Expand Down

0 comments on commit d958787

Please sign in to comment.