fix stale javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1437394 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2013-01-23 13:58:06 +00:00
parent 43fa24c53d
commit 891fcf99da
1 changed files with 1 additions and 2 deletions

View File

@ -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
*/