From 13f942fab726783c8c69a36d07bfc29df650d62a Mon Sep 17 00:00:00 2001 From: Fabrizio Cucci Date: Sun, 11 Feb 2018 10:14:21 +0000 Subject: [PATCH] Fix indentation in doc Closes gh-1676 --- src/docs/asciidoc/web/webmvc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webmvc.adoc b/src/docs/asciidoc/web/webmvc.adoc index a43cccdbc8e..7889b17629d 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(); }