From derby-commits-return-15176-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Thu Feb 2 22:43:13 2012 Return-Path: X-Original-To: apmail-db-derby-commits-archive@www.apache.org Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AD5889912 for ; Thu, 2 Feb 2012 22:43:13 +0000 (UTC) Received: (qmail 2286 invoked by uid 500); 2 Feb 2012 22:43:13 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 2215 invoked by uid 500); 2 Feb 2012 22:43:12 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 2207 invoked by uid 99); 2 Feb 2012 22:43:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 22:43:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Thu, 02 Feb 2012 22:43:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4829223888FE; Thu, 2 Feb 2012 22:42:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1239893 - /db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/OverflowInputStream.java Date: Thu, 02 Feb 2012 22:42:49 -0000 To: derby-commits@db.apache.org From: mikem@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120202224249.4829223888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mikem Date: Thu Feb 2 22:42:48 2012 New Revision: 1239893 URL: http://svn.apache.org/viewvc?rev=1239893&view=rev Log: fixing a comment. Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/OverflowInputStream.java Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/OverflowInputStream.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/OverflowInputStream.java?rev=1239893&r1=1239892&r2=1239893&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/OverflowInputStream.java (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/OverflowInputStream.java Thu Feb 2 22:42:48 2012 @@ -265,7 +265,7 @@ implements Resetable, CloneableStream // Use isolation level READ_COMMITTED and reopen the container to // get a new container handle to use for locking. This way, the lock - // will be freed when we the container handle is closed. This will + // will be freed when the container handle is closed. This will // happen in closeStream() or when the transaction commits. // Hence, locks will be released before the end of transaction if // blobs/clobs are explicitly released.