mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Revise contribution
See gh-36170
This commit is contained in:
@@ -69,7 +69,7 @@ import org.springframework.web.util.WebUtils;
|
||||
* // trigger actual binding of request parameters
|
||||
* binder.bind(request);
|
||||
* // optionally evaluate binding errors
|
||||
* Errors errors = binder.getBindingResult();
|
||||
* BindingResult bindingResult = binder.getBindingResult();
|
||||
* ...</pre>
|
||||
*
|
||||
* @author Rod Johnson
|
||||
|
||||
+1
-1
@@ -68,7 +68,7 @@ import org.springframework.web.multipart.support.StandardServletPartUtils;
|
||||
* // trigger actual binding of request parameters
|
||||
* binder.bind(request);
|
||||
* // optionally evaluate binding errors
|
||||
* Errors errors = binder.getBindingResult();
|
||||
* BindingResult bindingResult = binder.getBindingResult();
|
||||
* ...</pre>
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
|
||||
Reference in New Issue
Block a user