Skip to content

Commit

Permalink
Merge branch '6.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
jzheaux committed Nov 17, 2023
2 parents 4131a38 + d958787 commit 15d9b78
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 15d9b78

Please sign in to comment.