Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 49144 invoked from network); 2 Dec 2004 18:12:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Dec 2004 18:12:28 -0000 Received: (qmail 62013 invoked by uid 500); 2 Dec 2004 18:12:25 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 61970 invoked by uid 500); 2 Dec 2004 18:12:25 -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 61955 invoked by uid 500); 2 Dec 2004 18:12:25 -0000 Received: (qmail 61951 invoked by uid 99); 2 Dec 2004 18:12:25 -0000 X-ASF-Spam-Status: No, hits=-10.0 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; Thu, 02 Dec 2004 10:12:24 -0800 Received: (qmail 49115 invoked by uid 1539); 2 Dec 2004 18:12:23 -0000 Date: 2 Dec 2004 18:12:23 -0000 Message-ID: <20041202181223.49114.qmail@minotaur.apache.org> From: peterreilly@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs WhichResource.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N peterreilly 2004/12/02 10:12:23 Modified: src/main/org/apache/tools/ant/taskdefs WhichResource.java Log: checkstyle Revision Changes Path 1.13 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/WhichResource.java Index: WhichResource.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/WhichResource.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- WhichResource.java 12 Nov 2004 15:14:59 -0000 1.12 +++ WhichResource.java 2 Dec 2004 18:12:23 -0000 1.13 @@ -110,7 +110,7 @@ /** * execute it - * @throws BuildException + * @throws BuildException on error */ public void execute() throws BuildException { validate(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org