This commit is contained in:
Johnny Lim
2019-05-20 23:28:41 +09:00
committed by Juergen Hoeller
parent bd910fc62b
commit 21e163e5da
2 changed files with 2 additions and 2 deletions

View File

@@ -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
*/

View File

@@ -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
*/