From e7adc6810b823ca4528c1f1848abc1ce07b11ef5 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 16 Oct 2015 16:32:30 +0200 Subject: [PATCH] Fix broken link in Web MVC chapter --- src/asciidoc/web-mvc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/web-mvc.adoc b/src/asciidoc/web-mvc.adoc index 774f8be387..743890a176 100644 --- a/src/asciidoc/web-mvc.adoc +++ b/src/asciidoc/web-mvc.adoc @@ -4530,7 +4530,7 @@ in addition to the JavaBeans PropertyEditors used for Data Binding. through the `ConversionService`. . Support for <> Date, Calendar, Long, and Joda Time fields using the `@DateTimeFormat` annotation. -. Support for <> `@Controller` inputs with `@Valid`, if +. Support for <> `@Controller` inputs with `@Valid`, if a JSR-303 Provider is present on the classpath. . HttpMessageConverter support for `@RequestBody` method parameters and `@ResponseBody` method return values from `@RequestMapping` or `@ExceptionHandler` methods.