Fix indentation in doc

Closes gh-1676
This commit is contained in:
Fabrizio Cucci
2018-02-11 10:14:21 +00:00
committed by Stephane Nicoll
parent 8c623c8a42
commit 13f942fab7

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