From 397cef50ca83cb2bc732fc2268c469c53d8aab80 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 27 Jul 2009 15:57:16 +0000 Subject: [PATCH] [SPR-5893] polishing git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1640 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/mvc.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-framework-reference/src/mvc.xml b/spring-framework-reference/src/mvc.xml index 80252bbd653..03bb51618da 100644 --- a/spring-framework-reference/src/mvc.xml +++ b/spring-framework-reference/src/mvc.xml @@ -1230,7 +1230,7 @@ public void handle(@RequestBody String body, Writer writer) throws IOException { AnnotationMethodHandlerAdapter has been extended to support the @RequestBody and has several HttpMessageConverters - registered by default, these are + registered by default, these are: @@ -1245,12 +1245,12 @@ public void handle(@RequestBody String body, Writer writer) throws IOException { FormHttpMessageConverter - converts - form data to/from a MultiValueMap<String, String> + form data to/from a MultiValueMap<String, String> SourceHttpMessageConverter - converts - to/from a javax.xml.transform.Source; + to/from a javax.xml.transform.Source @@ -1270,7 +1270,7 @@ public void handle(@RequestBody String body, Writer writer) throws IOException { org.springframework.oxm package to be configured on an instance of AnnotationMethodHandlerAdapter in the - application context. For example + application context. For example: <bean class="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter"> <property name="messageConverters">