Solved WW-3368 - return null instead throw NoSuchMethodException

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@896151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2010-01-05 17:56:37 +00:00
parent 027780b3c8
commit 430b7aa22a
@@ -409,7 +409,7 @@ public class ConventionUnknownHandler implements UnknownHandler {
* Not used
*/
public Object handleUnknownActionMethod(Object action, String methodName) throws NoSuchMethodException {
throw new NoSuchMethodException();
throw null;
}
public static class Resource {