We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385e62d commit b164db3Copy full SHA for b164db3
spring-web/src/main/java/org/springframework/web/bind/ServletRequestDataBinder.java
@@ -69,7 +69,7 @@
69
* // trigger actual binding of request parameters
70
* binder.bind(request);
71
* // optionally evaluate binding errors
72
- * Errors errors = binder.getBindingResult();
+ * BindingResult bindingResult = binder.getBindingResult();
73
* ...</pre>
74
*
75
* @author Rod Johnson
spring-web/src/main/java/org/springframework/web/bind/support/WebRequestDataBinder.java
@@ -68,7 +68,7 @@
68
* @author Juergen Hoeller
0 commit comments