From a58b685162ea31497518a6aff639e290086e162c Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 16 Oct 2015 16:33:13 +0200 Subject: [PATCH] Polish formatting in Web MVC chapter --- src/asciidoc/web-mvc.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/web-mvc.adoc b/src/asciidoc/web-mvc.adoc index 743890a176..fa99a13d52 100644 --- a/src/asciidoc/web-mvc.adoc +++ b/src/asciidoc/web-mvc.adoc @@ -4528,11 +4528,11 @@ It also enables the following: in addition to the JavaBeans PropertyEditors used for Data Binding. . Support for <> Number fields using the `@NumberFormat` annotation through the `ConversionService`. -. Support for <> Date, Calendar, Long, and Joda Time fields using the +. Support for <> `Date`, `Calendar`, `Long`, and Joda Time fields using the `@DateTimeFormat` annotation. . Support for <> `@Controller` inputs with `@Valid`, if a JSR-303 Provider is present on the classpath. -. HttpMessageConverter support for `@RequestBody` method parameters and `@ResponseBody` +. `HttpMessageConverter` support for `@RequestBody` method parameters and `@ResponseBody` method return values from `@RequestMapping` or `@ExceptionHandler` methods. +