Merge branch '6.1.x'

This commit is contained in:
Josh Cummings
2023-11-17 12:27:31 -07:00

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