mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 10:38:40 +00:00
fix incorrect javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@654767 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8540820fe1
commit
5a4f2572c0
@ -1491,7 +1491,7 @@ final class DocumentsWriter {
|
||||
return b;
|
||||
}
|
||||
|
||||
/* Return a byte[] to the pool */
|
||||
/* Return byte[]'s to the pool */
|
||||
synchronized void recycleByteBlocks(byte[][] blocks, int start, int end) {
|
||||
for(int i=start;i<end;i++)
|
||||
freeByteBlocks.add(blocks[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user