Polishing

This commit is contained in:
Juergen Hoeller
2018-10-24 22:10:05 +02:00
parent 448182fa5c
commit 47ca7b39a2
12 changed files with 72 additions and 77 deletions

View File

@@ -118,7 +118,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();