Return-Path: Delivered-To: apmail-avalon-cvs-archive@www.apache.org Received: (qmail 42995 invoked from network); 6 Jul 2004 23:11:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jul 2004 23:11:07 -0000 Received: (qmail 16838 invoked by uid 500); 6 Jul 2004 23:11:27 -0000 Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 16784 invoked by uid 500); 6 Jul 2004 23:11:26 -0000 Mailing-List: contact cvs-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list cvs@avalon.apache.org Received: (qmail 16766 invoked by uid 99); 6 Jul 2004 23:11:26 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 06 Jul 2004 16:11:26 -0700 Received: (qmail 42940 invoked by uid 65534); 6 Jul 2004 23:11:05 -0000 Date: 6 Jul 2004 23:11:05 -0000 Message-ID: <20040706231105.42937.qmail@minotaur.apache.org> From: mcconnell@apache.org To: cvs@avalon.apache.org Subject: svn commit: rev 22646 - avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: mcconnell Date: Tue Jul 6 16:11:04 2004 New Revision: 22646 Modified: avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model/Info.java avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model/MagicPath.java Log: javadoc Modified: avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model/Info.java ============================================================================== --- avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model/Info.java (original) +++ avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model/Info.java Tue Jul 6 16:11:04 2004 @@ -209,9 +209,8 @@ } /** - * Return the full filename of the artifact in the form - * [name]-[version].[type] or in the case of a null version - * [name].[type]. + * Return the full filename of the artifact. The value returned is in the form + * [name]-[version].[type] or in the case of a null version [name].[type]. * @return the artifact filename */ public String getFilename() Modified: avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model/MagicPath.java ============================================================================== --- avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model/MagicPath.java (original) +++ avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model/MagicPath.java Tue Jul 6 16:11:04 2004 @@ -63,7 +63,7 @@ * Set the path creation mode. A mode value may be one of * ANY, BUILD, TEST or RUNTIME. * - * @param key the resource key + * @param mode the mode value */ public void setMode( final String mode ) { --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org