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:
Arjen Poutsma 2009-03-23 14:54:48 +00:00
parent 3c71a0b81e
commit 060cf5be50
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.
*/
public HttpMessageConverter<?>[] getMessageConverters() {