Skip to content

Commit e0fe7cd

Browse files
QBNemosnicoll
authored andcommitted
Fix typo
Closes gh-1354
1 parent 8289bf0 commit e0fe7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public static void rejectIfEmpty(Errors errors, String field, String errorCode,
126126
}
127127

128128
/**
129-
* Reject the given field with the given error codea nd error arguments
129+
* Reject the given field with the given error code and error arguments
130130
* if the value is empty.
131131
* <p>An 'empty' value in this context means either {@code null} or
132132
* the empty string "".

0 commit comments

Comments
 (0)