mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing in StatusHandler
See gh-35391
This commit is contained in:
@@ -164,7 +164,6 @@ final class StatusHandler {
|
||||
private static Function<ResolvableType, ? extends @Nullable Object> initBodyConvertFunction(
|
||||
ClientHttpResponse response, byte[] body, List<HttpMessageConverter<?>> messageConverters) {
|
||||
|
||||
Assert.state(!CollectionUtils.isEmpty(messageConverters), "Expected message converters");
|
||||
return resolvableType -> {
|
||||
try {
|
||||
HttpMessageConverterExtractor<?> extractor =
|
||||
|
||||
Reference in New Issue
Block a user