Closes gh-1354
This commit is contained in:
QBNemo 2017-03-13 11:45:51 +08:00 committed by Stephane Nicoll
parent 8289bf0aff
commit e0fe7cdc44
1 changed files with 1 additions and 1 deletions

View File

@ -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.
* <p>An 'empty' value in this context means either {@code null} or
* the empty string "".