Merge branch '5.8.x' into 6.0.x

This commit is contained in:
Josh Cummings 2023-11-17 12:25:13 -07:00
commit 12f074b8ce
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ public abstract class AbstractRequestMatcherRegistry<C> {
this.description.set(matcher.toString());
return matcher;
});
this.description.set("Deferred " + candidates);
this.description.set("Deferred " + Arrays.toString(candidates));
}
@Override