Browse Source

Merge pull request #1676 from fabriziocucci:patch-1

* pr/1676:
  Fix indentation in doc
pull/1676/merge
Stephane Nicoll 8 years ago
parent
commit
e7076ad35c
  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