mirror of https://github.com/apache/lucene.git
#12506: escape > in javadocs
This commit is contained in:
parent
2a31f2835c
commit
3acc3c864a
|
@ -36,7 +36,7 @@ public final class ByteBlockPool implements Accountable {
|
|||
/**
|
||||
* Use this to find the index of the buffer containing a byte, given an offset to that byte.
|
||||
*
|
||||
* <p>bufferUpto = globalOffset >> BYTE_BLOCK_SHIFT
|
||||
* <p>bufferUpto = globalOffset >> BYTE_BLOCK_SHIFT
|
||||
*
|
||||
* <p>bufferUpto = globalOffset / BYTE_BLOCK_SIZE
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue