Polishing

(cherry picked from commit ffa032e78f)
This commit is contained in:
Juergen Hoeller
2018-10-24 20:46:26 +02:00
parent c9f1016581
commit d5f725d503
12 changed files with 72 additions and 93 deletions

View File

@@ -120,7 +120,7 @@ public class InvocableHandlerMethod extends HandlerMethod {
}
/**
* Get the method argument values for the current request.
* Get the method argument values for the current message.
*/
private Object[] getMethodArgumentValues(Message<?> message, Object... providedArgs) throws Exception {
MethodParameter[] parameters = getMethodParameters();