mirror of https://github.com/apache/lucene.git
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 b;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Return a byte[] to the pool */
|
/* Return byte[]'s to the pool */
|
||||||
synchronized void recycleByteBlocks(byte[][] blocks, int start, int end) {
|
synchronized void recycleByteBlocks(byte[][] blocks, int start, int end) {
|
||||||
for(int i=start;i<end;i++)
|
for(int i=start;i<end;i++)
|
||||||
freeByteBlocks.add(blocks[i]);
|
freeByteBlocks.add(blocks[i]);
|
||||||
|
|
Loading…
Reference in New Issue