Browse Source

SPR-5571: typo in RestTemplate javadoc

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@804 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Arjen Poutsma 17 years ago
parent
commit
060cf5be50
  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

@ -126,7 +126,7 @@ public class RestTemplate extends HttpAccessor implements RestOperations { @@ -126,7 +126,7 @@ public class RestTemplate extends HttpAccessor implements RestOperations {
}
/**
* Returnsthe message body converters. These converters are used to convert
* Returns the message body converters. These converters are used to convert
* from and to HTTP requests and responses.
*/
public HttpMessageConverter<?>[] getMessageConverters() {

Loading…
Cancel
Save