Fix indentation in doc
Closes gh-1676
This commit is contained in:
committed by
Stephane Nicoll
parent
8c623c8a42
commit
13f942fab7
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user