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.