Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 24373 invoked from network); 14 Mar 2005 10:05:02 -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:05:02 -0000 Received: (qmail 2000 invoked by uid 500); 14 Mar 2005 10:05:00 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 1965 invoked by uid 500); 14 Mar 2005 10:05:00 -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 1946 invoked by uid 500); 14 Mar 2005 10:05:00 -0000 Received: (qmail 1943 invoked by uid 99); 14 Mar 2005 10:05:00 -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:04:59 -0800 Received: (qmail 24314 invoked by uid 1539); 14 Mar 2005 10:04:58 -0000 Date: 14 Mar 2005 10:04:58 -0000 Message-ID: <20050314100458.24313.qmail@minotaur.apache.org> From: peterreilly@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Jikes.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N peterreilly 2005/03/14 02:04:58 Modified: src/main/org/apache/tools/ant/taskdefs Jikes.java Log: javadoc Revision Changes Path 1.23 +4 -3 ant/src/main/org/apache/tools/ant/taskdefs/Jikes.java Index: Jikes.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Jikes.java,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- Jikes.java 9 Mar 2004 16:48:06 -0000 1.22 +++ Jikes.java 14 Mar 2005 10:04:58 -0000 1.23 @@ -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. @@ -42,8 +42,9 @@ /** * Constructs a new Jikes object. - * @param jop - Parser to send jike's output to - * @param command - name of jikes executable + * @param jop Parser to send jike's output to + * @param command name of jikes executable + * @param project the current project */ protected Jikes(JikesOutputParser jop, String command, Project project) { super(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org