Merge pull request #1676 from fabriziocucci:patch-1

* pr/1676:
  Fix indentation in doc
This commit is contained in:
Stephane Nicoll 2018-02-12 08:12:55 +01:00
commit e7076ad35c
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}