Merge pull request #1354 from QBNemo:master

* pr/1354:
  Fix typo
This commit is contained in:
Stephane Nicoll
2017-03-27 10:12:26 +02:00

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. * 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 "".