Skip to content

Commit

Permalink
Cleans up method name
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Apr 29, 2016
1 parent deefeff commit 76eb8f3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -311,7 +311,7 @@ private void handleDynamicMethodInvocation(ActionMapping mapping, String name) {

mapping.setName(actionName);
if (allowDynamicMethodCalls) {
mapping.setMethod(actionMethod);
mapping.setMethod(cleanupActionName(actionMethod));
} else {
mapping.setMethod(null);
}
Expand Down

0 comments on commit 76eb8f3

Please sign in to comment.