From dev-return-74124-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Thu Aug 31 15:37:58 2006 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 3583 invoked from network); 31 Aug 2006 15:37:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Aug 2006 15:37:52 -0000 Received: (qmail 4212 invoked by uid 500); 31 Aug 2006 15:37:49 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 4180 invoked by uid 500); 31 Aug 2006 15:37:49 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 4169 invoked by uid 500); 31 Aug 2006 15:37:49 -0000 Received: (qmail 4166 invoked by uid 99); 31 Aug 2006 15:37:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 08:37:49 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 08:37:48 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 7D9391A981A; Thu, 31 Aug 2006 08:37:28 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r438953 - /ant/core/trunk/src/main/org/apache/tools/ant/Project.java Date: Thu, 31 Aug 2006 15:37:27 -0000 To: ant-cvs@apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060831153728.7D9391A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mbenson Date: Thu Aug 31 08:37:27 2006 New Revision: 438953 URL: http://svn.apache.org/viewvc?rev=438953&view=rev Log: Strike lying comment. Modified: ant/core/trunk/src/main/org/apache/tools/ant/Project.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/Project.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/Project.java?rev=438953&r1=438952&r2=438953&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/Project.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/Project.java Thu Aug 31 08:37:27 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2006 The Apache Software Foundation + * Copyright 2000-2006 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. @@ -1804,7 +1804,7 @@ * Add a reference to the project. * * @param referenceName The name of the reference. Must not be null. - * @param value The value of the reference. Must not be null. + * @param value The value of the reference. */ public void addReference(String referenceName, Object value) { synchronized (references) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org