You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2006/11/15 01:05:35 UTC

svn commit: r475071 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadResource.java

Author: peterreilly
Date: Tue Nov 14 16:05:35 2006
New Revision: 475071

URL: http://svn.apache.org/viewvc?view=rev&rev=475071
Log:
fix javadoc

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadResource.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadResource.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadResource.java?view=diff&rev=475071&r1=475070&r2=475071
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadResource.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadResource.java Tue Nov 14 16:05:35 2006
@@ -109,7 +109,7 @@
     
     /**
      * If true, suppress the load error report and set the
-     * the failonerror value to true.
+     * the failonerror value to false.
      * @param quiet The new Quiet value
      */
     public void setQuiet(final boolean quiet) {



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