Skip to content

Commit

Permalink
#12506: escape > in javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemccand committed Nov 6, 2023
1 parent 2a31f28 commit 3acc3c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 3acc3c8

Please sign in to comment.