SPR-5571: typo in RestTemplate javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@804 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
3c71a0b81e
commit
060cf5be50
|
|
@ -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.
|
* from and to HTTP requests and responses.
|
||||||
*/
|
*/
|
||||||
public HttpMessageConverter<?>[] getMessageConverters() {
|
public HttpMessageConverter<?>[] getMessageConverters() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue