From 0f22e22ff36010d9b9b9281c439726dd9061bdda Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Thu, 2 Jul 2009 11:31:44 +0000 Subject: [PATCH] Javadoc --- .../springframework/http/converter/HttpMessageConverter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java b/org.springframework.web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java index 6c5500e1e8..197ab4b608 100644 --- a/org.springframework.web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java +++ b/org.springframework.web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java @@ -24,7 +24,7 @@ import org.springframework.http.HttpOutputMessage; import org.springframework.http.MediaType; /** - * Strategy interface that specifies a converter can convert from and to HTTP requests and responses. + * Strategy interface that specifies a converter that can convert from and to HTTP requests and responses. * * @author Arjen Poutsma * @since 3.0