Polishing

This commit is contained in:
Juergen Hoeller
2016-10-12 17:11:04 +02:00
parent a32b52555a
commit eafaaa5cb8
3 changed files with 7 additions and 7 deletions

View File

@@ -567,7 +567,7 @@ public class MessageHeaderAccessor {
* of the given {@code Message}, or {@code null} if that's not available or if
* its type does not match the required type.
* <p>This is for cases where the existence of an accessor is strongly expected
* (to be followed up with an assertion) or will created if not provided.
* (followed up with an assertion) or where an accessor will be created otherwise.
* @return an accessor instance of the specified type, or {@code null} if none
* @since 4.1
*/