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

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