Polishing contribution

See gh-27374
This commit is contained in:
Rossen Stoyanchev
2021-09-10 11:22:01 +01:00
parent 63ffa710d6
commit c23f0cd070
2 changed files with 7 additions and 7 deletions

View File

@@ -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));
}
/**