Browse Source

-typo (jeez)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518895 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 18 years ago
parent
commit
19ae8da0e8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/util/ReflectUtil.java

+ 1
- 1
src/main/org/apache/tools/ant/util/ReflectUtil.java View File

@@ -145,7 +145,7 @@ public class ReflectUtil {
* @return
* @throws BuildException
*/
public static boolean resondsTo(Object o, String methodName)
public static boolean respondsTo(Object o, String methodName)
throws BuildException {
try {
Method[] methods = o.getClass().getMethods();


Loading…
Cancel
Save