conor 2003/09/11 07:04:16 Modified: src/main/org/apache/tools/ant Task.java src/main/org/apache/tools/ant/taskdefs CallTarget.java Java.java src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTask.java Log: Fix some incorrect comments PR: 23042 Revision Changes Path 1.49 +2 -2 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.48 retrieving revision 1.49 diff -u -w -u -r1.48 -r1.49 --- Task.java 13 Aug 2003 14:46:15 -0000 1.48 +++ Task.java 11 Sep 2003 14:04:16 -0000 1.49 @@ -344,7 +344,7 @@ } /** - * Handles an error output by logging it with the INFO priority. + * Handles an error output by logging it with the ERR priority. * * @param output The error output to log. Should not be <code>null</code>. */ @@ -353,7 +353,7 @@ } /** - * Handles an error line by logging it with the INFO priority. + * Handles an error line by logging it with the ERR priority. * * @param output The error output to log. Should not be <code>null</code>. * 1.36 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/CallTarget.java Index: CallTarget.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/CallTarget.java,v retrieving revision 1.35 retrieving revision 1.36 diff -u -w -u -r1.35 -r1.36 --- CallTarget.java 17 Jul 2003 10:20:15 -0000 1.35 +++ CallTarget.java 11 Sep 2003 14:04:16 -0000 1.36 @@ -239,7 +239,7 @@ } /** - * Pass output sent to System.err to the new project. + * Pass output sent to System.err to the new project and flush stream. * * @since Ant 1.5.2 */ 1.74 +5 -5 ant/src/main/org/apache/tools/ant/taskdefs/Java.java Index: Java.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Java.java,v retrieving revision 1.73 retrieving revision 1.74 diff -u -w -u -r1.73 -r1.74 --- Java.java 1 Sep 2003 12:45:07 -0000 1.73 +++ Java.java 11 Sep 2003 14:04:16 -0000 1.74 @@ -647,7 +647,7 @@ } /** - * Pass output sent to System.err to specified output file. + * Handle output sent to System.err * * @param output string of stderr * @@ -662,7 +662,7 @@ } /** - * Pass output sent to System.err to specified output file. + * Handle output sent to System.err and flush the stream. * * @param output string of stderr * 1.79 +5 -5 ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java Index: JUnitTask.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java,v retrieving revision 1.78 retrieving revision 1.79 diff -u -w -u -r1.78 -r1.79 --- JUnitTask.java 27 Aug 2003 14:23:17 -0000 1.78 +++ JUnitTask.java 11 Sep 2003 14:04:16 -0000 1.79 @@ -865,7 +865,7 @@ /** * Pass output sent to System.err to the TestRunner so it can - * collect ot for the formatters. + * collect it for the formatters. * * @param output output coming from System.err * @since Ant 1.5 @@ -884,7 +884,7 @@ /** * Pass output sent to System.err to the TestRunner so it can - * collect ot for the formatters. + * collect it for the formatters. * * @param output coming from System.err * @since Ant 1.5.2
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]