Author: markt
Date: Sat Apr 12 20:57:45 2014
New Revision: 1586899
URL: http://svn.apache.org/r1586899
Log: (empty)
Modified:
tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java
Modified: tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java?rev=1586899&r1=1586898&r2=1586899&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java (original)
+++ tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java Sat Apr 12
20:57:45 2014
@@ -205,7 +205,7 @@ public class ReflectionUtil {
// If a method is found where every parameter matches exactly,
// return it
if (exactMatch == paramCount) {
- getMethod(base.getClass(), m);
+ return getMethod(base.getClass(), m);
}
candidates.put(m, Integer.valueOf(exactMatch));
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]