Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 94751 invoked from network); 30 Aug 2005 07:35:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Aug 2005 07:35:25 -0000 Received: (qmail 7881 invoked by uid 500); 30 Aug 2005 07:35:24 -0000 Mailing-List: contact jackrabbit-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-commits@incubator.apache.org Received: (qmail 7868 invoked by uid 500); 30 Aug 2005 07:35:24 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 7865 invoked by uid 99); 30 Aug 2005 07:35:24 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 30 Aug 2005 00:35:24 -0700 Received: (qmail 94732 invoked by uid 65534); 30 Aug 2005 07:35:23 -0000 Message-ID: <20050830073523.94731.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r264720 - /incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/query/lucene/AbstractIndex.java Date: Tue, 30 Aug 2005 07:35:22 -0000 To: jackrabbit-cvs@incubator.apache.org From: mreutegg@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mreutegg Date: Tue Aug 30 00:35:17 2005 New Revision: 264720 URL: http://svn.apache.org/viewcvs?rev=264720&view=rev Log: JCR-197: Index merging should run in a separate thread - typo Modified: incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/query/lucene/AbstractIndex.java Modified: incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/query/lucene/AbstractIndex.java URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/query/lucene/AbstractIndex.java?rev=264720&r1=264719&r2=264720&view=diff ============================================================================== --- incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/query/lucene/AbstractIndex.java (original) +++ incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/query/lucene/AbstractIndex.java Tue Aug 30 00:35:17 2005 @@ -223,8 +223,8 @@ /** * Commits all pending changes to the underlying Directory. * - * @param optimize if true the index is optimized after after - * the commit. + * @param optimize if true the index is optimized after the + * commit. * @throws IOException if an error occurs while commiting changes. */ protected synchronized void commit(boolean optimize) throws IOException {