#12506: escape > in javadocs

This commit is contained in:
Mike McCandless 2023-11-06 10:38:02 -05:00
parent 2a31f2835c
commit 3acc3c864a
1 changed files with 1 additions and 1 deletions

View File

@ -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 &gt;&gt; BYTE_BLOCK_SHIFT
*
* <p>bufferUpto = globalOffset / BYTE_BLOCK_SIZE
*/