SPR-5571: typo in RestTemplate javadoc

This commit is contained in:
Arjen Poutsma 2009-03-23 14:54:48 +00:00
parent dab23a71f9
commit a004ed1c51
1 changed files with 1 additions and 1 deletions

View File

@ -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() {