Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 73680 invoked from network); 29 Oct 2007 17:31:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2007 17:31:08 -0000 Received: (qmail 64787 invoked by uid 500); 29 Oct 2007 17:30:52 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 64732 invoked by uid 500); 29 Oct 2007 17:30:52 -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 64691 invoked by uid 500); 29 Oct 2007 17:30:52 -0000 Received: (qmail 64686 invoked by uid 99); 29 Oct 2007 17:30:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 10:30:52 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 17:31:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C22861A9832; Mon, 29 Oct 2007 10:30:41 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r589755 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Parallel.java Date: Mon, 29 Oct 2007 17:30:40 -0000 To: ant-cvs@apache.org From: stevel@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071029173041.C22861A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stevel Date: Mon Oct 29 10:30:28 2007 New Revision: 589755 URL: http://svn.apache.org/viewvc?rev=589755&view=rev Log: javdoc Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Parallel.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Parallel.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Parallel.java?rev=589755&r1=589754&r2=589755&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Parallel.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Parallel.java Mon Oct 29 10:30:28 2007 @@ -408,7 +408,7 @@ } /** - * Determine the number of processors. Only effective on later VMs + * Determine the number of processors. Only effective on Java 1.4+ * * @return the number of processors available or 0 if not determinable. */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org