polishing

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@821 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Arjen Poutsma
2009-03-25 12:15:11 +00:00
parent 88cc7a08f8
commit 495e36d4cb
@@ -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 + "]");
}