You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2007/03/16 10:11:28 UTC

svn commit: r518895 - /ant/core/trunk/src/main/org/apache/tools/ant/util/ReflectUtil.java

Author: kevj
Date: Fri Mar 16 02:11:27 2007
New Revision: 518895

URL: http://svn.apache.org/viewvc?view=rev&rev=518895
Log:
-typo (jeez)

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/util/ReflectUtil.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ReflectUtil.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/ReflectUtil.java?view=diff&rev=518895&r1=518894&r2=518895
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/ReflectUtil.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/ReflectUtil.java Fri Mar 16 02:11:27 2007
@@ -145,7 +145,7 @@
      * @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();



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org