Fix typo
This commit is contained in:
committed by
Juergen Hoeller
parent
bd910fc62b
commit
21e163e5da
@@ -103,7 +103,7 @@ public class MessageMethodArgumentResolver implements HandlerMethodArgumentResol
|
||||
* return {@code String} if target type is {@code Object} and
|
||||
* {@code "Content-Type:text/**"}.
|
||||
* @param parameter the target method parameter
|
||||
* @param message the message bring processed
|
||||
* @param message the message being processed
|
||||
* @return the target type to use
|
||||
* @since 5.2
|
||||
*/
|
||||
|
||||
@@ -180,7 +180,7 @@ public class PayloadMethodArgumentResolver implements HandlerMethodArgumentResol
|
||||
* also taking into account the "Content-Type", e.g. return {@code String}
|
||||
* if target type is {@code Object} and {@code "Content-Type:text/**"}.
|
||||
* @param parameter the target method parameter
|
||||
* @param message the message bring processed
|
||||
* @param message the message being processed
|
||||
* @return the target type to use
|
||||
* @since 5.2
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user