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 2005/01/28 11:15:34 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs StreamPumper.java

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org