Polishing
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user