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/03/14 11:28:46 UTC

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

peterreilly    2005/03/14 02:28:46

  Modified:    src/main/org/apache/tools/ant/taskdefs TaskOutputStream.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.18      +3 -1      ant/src/main/org/apache/tools/ant/taskdefs/TaskOutputStream.java
  
  Index: TaskOutputStream.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/TaskOutputStream.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- TaskOutputStream.java	9 Mar 2004 16:48:06 -0000	1.17
  +++ TaskOutputStream.java	14 Mar 2005 10:28:46 -0000	1.18
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000,2002-2004 The Apache Software Foundation
  + * Copyright  2000,2002-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  @@ -64,6 +64,8 @@
        * Write a character to the output stream. This method looks
        * to make sure that there isn't an error being reported and
        * will flush each line of input out to the project's log stream.
  +     * @param c the character to write
  +     * @throws IOException on error
        */
   
       public void write(int c) throws IOException {
  
  
  

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