Skip to content

Commit

Permalink
Merge branch '2.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 11, 2023
2 parents b5bd0e8 + a7627c4 commit 9076adc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public ByteArrayBuilder(BufferRecycler br, int firstBlockSize) {
}

private ByteArrayBuilder(BufferRecycler br, byte[] initialBlock, int initialLen) {
_bufferRecycler = null;
_bufferRecycler = br;
_currBlock = initialBlock;
_currBlockPtr = initialLen;
}
Expand Down

0 comments on commit 9076adc

Please sign in to comment.