diff --git a/src/docs/asciidoc/web/webmvc.adoc b/src/docs/asciidoc/web/webmvc.adoc index a43cccdbc8..7889b17629 100644 --- a/src/docs/asciidoc/web/webmvc.adoc +++ b/src/docs/asciidoc/web/webmvc.adoc @@ -2077,7 +2077,7 @@ alternatively set `@ModelAttribute(binding=false)` as shown below: [source,java,indent=0] [subs="verbatim,quotes"] ---- -@ModelAttribute + @ModelAttribute public AccountForm setUpForm() { return new AccountForm(); }