Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 37949 invoked from network); 5 Jul 2010 12:53:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Jul 2010 12:53:06 -0000 Received: (qmail 31834 invoked by uid 500); 5 Jul 2010 12:53:06 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 31460 invoked by uid 500); 5 Jul 2010 12:53:02 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 31452 invoked by uid 99); 5 Jul 2010 12:53:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jul 2010 12:53:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jul 2010 12:52:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CC6EE23889B1; Mon, 5 Jul 2010 12:52:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r960586 - /commons/proper/compress/trunk/src/site/xdoc/zip.xml Date: Mon, 05 Jul 2010 12:52:06 -0000 To: commits@commons.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100705125206.CC6EE23889B1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Mon Jul 5 12:52:06 2010 New Revision: 960586 URL: http://svn.apache.org/viewvc?rev=960586&view=rev Log: typo Modified: commons/proper/compress/trunk/src/site/xdoc/zip.xml Modified: commons/proper/compress/trunk/src/site/xdoc/zip.xml URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/xdoc/zip.xml?rev=960586&r1=960585&r2=960586&view=diff ============================================================================== --- commons/proper/compress/trunk/src/site/xdoc/zip.xml (original) +++ commons/proper/compress/trunk/src/site/xdoc/zip.xml Mon Jul 5 12:52:06 2010 @@ -93,7 +93,7 @@ The same is true for ZipArchiveInputStream as long as the entry is DEFLATED. For STORED entries ZipArchiveInputStream can try to read - ahead until if finds the next entry, but this approach is + ahead until it finds the next entry, but this approach is not safe and has to be enabled by a constructor argument explicitly.