From 522475a05ba2a2d6677a0f0239cd6f5b90c2ff88 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 27 Jul 2009 15:57:16 +0000 Subject: [PATCH] [SPR-5893] polishing --- 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 80252bbd65..03bb51618d 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">