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 May 4, 2016
1 parent 9ac863b commit 6d7ac40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,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 6d7ac40

Please sign in to comment.