mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
polishing
This commit is contained in:
+1
-1
@@ -421,7 +421,7 @@ public class RestTemplate extends HttpAccessor implements RestOperations {
|
||||
}
|
||||
}
|
||||
throw new RestClientException(
|
||||
"Could not extract response: no suitable HttpMessageConverter found for " + "response type [" +
|
||||
"Could not extract response: no suitable HttpMessageConverter found for response type [" +
|
||||
this.responseType.getName() + "] and content type [" + contentType + "]");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user