Merge branch '5.8.x' into 6.0.x
This commit is contained in:
commit
12f074b8ce
|
@ -476,7 +476,7 @@ public abstract class AbstractRequestMatcherRegistry<C> {
|
||||||
this.description.set(matcher.toString());
|
this.description.set(matcher.toString());
|
||||||
return matcher;
|
return matcher;
|
||||||
});
|
});
|
||||||
this.description.set("Deferred " + candidates);
|
this.description.set("Deferred " + Arrays.toString(candidates));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue