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:
Michael McCandless 2008-05-09 11:31:51 +00:00
parent 8540820fe1
commit 5a4f2572c0
1 changed files with 1 additions and 1 deletions

View File

@ -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]);