Browse Source

Fix indentation in doc

Closes gh-1676
pull/1676/merge
Fabrizio Cucci 7 years ago committed by Stephane Nicoll
parent
commit
13f942fab7
  1. 2
      src/docs/asciidoc/web/webmvc.adoc

2
src/docs/asciidoc/web/webmvc.adoc

@ -2077,7 +2077,7 @@ alternatively set `@ModelAttribute(binding=false)` as shown below: @@ -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();
}

Loading…
Cancel
Save