From dev-return-83110-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Mon Aug 25 14:10:49 2008 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 4823 invoked from network); 25 Aug 2008 14:10:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Aug 2008 14:10:48 -0000 Received: (qmail 67080 invoked by uid 500); 25 Aug 2008 14:10:46 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 67042 invoked by uid 500); 25 Aug 2008 14:10:46 -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 67031 invoked by uid 99); 25 Aug 2008 14:10:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2008 07:10:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ddevienne@gmail.com designates 209.85.132.243 as permitted sender) Received: from [209.85.132.243] (HELO an-out-0708.google.com) (209.85.132.243) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2008 14:09:49 +0000 Received: by an-out-0708.google.com with SMTP id b2so228942ana.25 for ; Mon, 25 Aug 2008 07:10:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=hnnizLEB3OFoNsRxPLjej5LC4WPFZnc6oCUwi43s0Mo=; b=eEbZPevywI9UOKLAS06zlnbW4t0iq6fw4AtxlyFIiI19d0Uzp66KFH2dU88f2DnSFT kaGUY/Gno8yZldFjgKDoaCk6o0aYWiEuAlbiWUugLKSIdkYC0n71pPTBkULAIWHFCF0D Bv16Yp/buJSUFbptAq63zLVFsnbbI7C8Bc+Kw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=xZAsHm7O8DfvT60HU1GgbNg0SfbDu5m8JKrE6AUunBss7IHc2JplvrrRtoyelS+w96 C6iH7qb7wpCzfwI72o1VMJQPyhT/PYwcp3csGX9RsZ0MNyj03cVvqV0sfzhMr/TAl7Qw SuvtyxJaD6gpJ4YqxVWTKVHzsgIKxkwEN98EY= Received: by 10.100.46.10 with SMTP id t10mr3887645ant.22.1219673401193; Mon, 25 Aug 2008 07:10:01 -0700 (PDT) Received: by 10.100.197.12 with HTTP; Mon, 25 Aug 2008 07:10:01 -0700 (PDT) Message-ID: <255d8d690808250710x37838ceauff7e3570231827e2@mail.gmail.com> Date: Mon, 25 Aug 2008 09:10:01 -0500 From: "Dominique Devienne" To: dev@ant.apache.org Subject: Re: svn commit: r688715 - /ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java In-Reply-To: <20080825131021.97C1A2388970@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080825131021.97C1A2388970@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Aug 25, 2008 at 8:10 AM, wrote: > Fix possible raise condition when modifying/reading restrictedDefinitions You mean "race condition" right? > + private Map getRestrictedDefintion() { Typo. getRestrictedDefin*i*tion*s*(). I'd put it plural too (thus the final s). Thanks, --DD --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org