From 060cf5be50ada923a4e9726b211c34bd7b4497b8 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 23 Mar 2009 14:54:48 +0000 Subject: [PATCH] SPR-5571: typo in RestTemplate javadoc git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@804 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../main/java/org/springframework/web/client/RestTemplate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.web/src/main/java/org/springframework/web/client/RestTemplate.java b/org.springframework.web/src/main/java/org/springframework/web/client/RestTemplate.java index d7d6d8a0876..40031c61198 100644 --- a/org.springframework.web/src/main/java/org/springframework/web/client/RestTemplate.java +++ b/org.springframework.web/src/main/java/org/springframework/web/client/RestTemplate.java @@ -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() {