You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2013/01/23 14:58:06 UTC

svn commit: r1437394 - /lucene/dev/trunk/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java

Author: simonw
Date: Wed Jan 23 13:58:06 2013
New Revision: 1437394

URL: http://svn.apache.org/viewvc?rev=1437394&view=rev
Log:
fix stale javadocs

Modified:
    lucene/dev/trunk/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java

Modified: lucene/dev/trunk/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java?rev=1437394&r1=1437393&r2=1437394&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java (original)
+++ lucene/dev/trunk/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java Wed Jan 23 13:58:06 2013
@@ -253,8 +253,7 @@ public class MemoryIndex {
   }
   
   /**
-   * Expert: This constructor accepts a byte and int block allocator that is used internally to allocate 
-   * int & byte blocks for term and posting storage.  
+   * Expert: This constructor accepts an upper limit for the number of bytes that should be reused if this instance is {@link #reset()}.
    * @param storeOffsets <code>true</code> if offsets should be stored
    * @param maxReusedBytes the number of bytes that should remain in the internal memory pools after {@link #reset()} is called
    */