peterreilly 2005/01/28 02:15:34 Modified: src/main/org/apache/tools/ant/taskdefs StreamPumper.java Log: trailing spaces Revision Changes Path 1.22 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/StreamPumper.java Index: StreamPumper.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/StreamPumper.java,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- StreamPumper.java 27 Jan 2005 16:36:11 -0000 1.21 +++ StreamPumper.java 28 Jan 2005 10:15:34 -0000 1.22 @@ -128,7 +128,7 @@ wait(); } } - + /** * Stop the pumper as soon as possible. * Note that it may continue to block on the input stream @@ -140,5 +140,4 @@ finished = true; notifyAll(); } - }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]