Browse Source

Fix typo

Closes gh-1354
pull/1381/head
QBNemo 9 years ago committed by Stephane Nicoll
parent
commit
e0fe7cdc44
  1. 2
      spring-context/src/main/java/org/springframework/validation/ValidationUtils.java

2
spring-context/src/main/java/org/springframework/validation/ValidationUtils.java

@ -126,7 +126,7 @@ public abstract class ValidationUtils {
} }
/** /**
* Reject the given field with the given error codea nd error arguments * Reject the given field with the given error code and error arguments
* if the value is empty. * if the value is empty.
* <p>An 'empty' value in this context means either {@code null} or * <p>An 'empty' value in this context means either {@code null} or
* the empty string "". * the empty string "".

Loading…
Cancel
Save