Browse Source

polishing

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@821 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Arjen Poutsma 17 years ago
parent
commit
495e36d4cb
  1. 2
      org.springframework.web/src/main/java/org/springframework/web/client/RestTemplate.java

2
org.springframework.web/src/main/java/org/springframework/web/client/RestTemplate.java

@ -421,7 +421,7 @@ public class RestTemplate extends HttpAccessor implements RestOperations { @@ -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 + "]");
}

Loading…
Cancel
Save