From 891fcf99da75ef983289a51902b99ff51d07ff08 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Wed, 23 Jan 2013 13:58:06 +0000 Subject: [PATCH] fix stale javadocs git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1437394 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/java/org/apache/lucene/index/memory/MemoryIndex.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java b/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java index 8efe0f7535a..cb40b0d7110 100644 --- a/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java +++ b/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java @@ -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 true if offsets should be stored * @param maxReusedBytes the number of bytes that should remain in the internal memory pools after {@link #reset()} is called */