You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2005/08/30 09:35:22 UTC

svn commit: r264720 - /incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/query/lucene/AbstractIndex.java

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 <code>Directory</code>.
      *
-     * @param optimize if <code>true</code> the index is optimized after after
-     *                 the commit.
+     * @param optimize if <code>true</code> the index is optimized after the
+     *                 commit.
      * @throws IOException if an error occurs while commiting changes.
      */
     protected synchronized void commit(boolean optimize) throws IOException {