mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing contribution
See gh-27374
This commit is contained in:
+2
-2
@@ -122,8 +122,8 @@ public class HttpMessageConverterExtractor<T> implements ResponseExtractor<T> {
|
||||
}
|
||||
|
||||
throw new UnknownContentTypeException(this.responseType, contentType,
|
||||
responseWrapper.getRawStatusCode(), responseWrapper.getStatusText(), responseWrapper.getHeaders(),
|
||||
getResponseBody(responseWrapper));
|
||||
responseWrapper.getRawStatusCode(), responseWrapper.getStatusText(),
|
||||
responseWrapper.getHeaders(), getResponseBody(responseWrapper));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user