peterreilly 2004/09/10 03:46:08
Modified: src/main/org/apache/tools/ant Task.java
Log:
Fixed javadoc for Task#handleErrorFlush
PR: 31153
Obtained from: Jayant Sai
Revision Changes Path
1.61 +1 -1 ant/src/main/org/apache/tools/ant/Task.java
Index: Task.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Task.java,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- Task.java 10 Jun 2004 18:01:47 -0000 1.60
+++ Task.java 10 Sep 2004 10:46:08 -0000 1.61
@@ -317,7 +317,7 @@
}
/**
- * Handles an error line by logging it with the ERR priority.
+ * Handles an error line by logging it with the WARN priority.
*
* @param output The error output to log. Should not be
<code>null</code>.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]