Browse Source

Merge pull request #1531 from xavier630:patch-1

* pr/1531:
  Fix Javadoc typo
pull/1478/merge
Stephane Nicoll 7 years ago
parent
commit
7b48e60c81
  1. 2
      spring-context/src/main/java/org/springframework/validation/Errors.java

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

@ -172,7 +172,7 @@ public interface Errors { @@ -172,7 +172,7 @@ public interface Errors {
/**
* Add all errors from the given {@code Errors} instance to this
* {@code Errors} instance.
* <p>This is a onvenience method to avoid repeated {@code reject(..)}
* <p>This is a convenience method to avoid repeated {@code reject(..)}
* calls for merging an {@code Errors} instance into another
* {@code Errors} instance.
* <p>Note that the passed-in {@code Errors} instance is supposed

Loading…
Cancel
Save