Polishing

(cherry picked from commit 29a9461)
This commit is contained in:
Juergen Hoeller
2016-10-12 17:11:04 +02:00
parent aff5d211f4
commit 8174f3bfca
4 changed files with 26 additions and 23 deletions

View File

@@ -566,7 +566,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
*/