polishing

This commit is contained in:
Arjen Poutsma 2009-03-25 12:15:11 +00:00
parent 4dc4ce3275
commit 476a0ed76e
1 changed files with 1 additions and 1 deletions

View File

@ -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 + "]");
}