Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 43764 invoked from network); 14 Mar 2005 10:28:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Mar 2005 10:28:49 -0000 Received: (qmail 39674 invoked by uid 500); 14 Mar 2005 10:28:48 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 39620 invoked by uid 500); 14 Mar 2005 10:28:48 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 39607 invoked by uid 500); 14 Mar 2005 10:28:48 -0000 Received: (qmail 39602 invoked by uid 99); 14 Mar 2005 10:28:48 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 14 Mar 2005 02:28:47 -0800 Received: (qmail 43732 invoked by uid 1539); 14 Mar 2005 10:28:46 -0000 Date: 14 Mar 2005 10:28:46 -0000 Message-ID: <20050314102846.43731.qmail@minotaur.apache.org> From: peterreilly@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs TaskOutputStream.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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