Polish RequestMatcher Description

Issue gh-13794
This commit is contained in:
Josh Cummings 2023-11-17 12:24:38 -07:00
parent 4ca54683ae
commit d961307044
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5

View File

@ -594,7 +594,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