Skip to content

Commit

Permalink
Add final modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Jan 10, 2024
1 parent 9d99c2b commit 5a39c62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class ArrowToTableConverter {

private volatile boolean completed = false;

private BarrageProtoUtil.MessageInfo parseArrowIpcMessage(ByteBuffer bb) throws IOException {
private BarrageProtoUtil.MessageInfo parseArrowIpcMessage(final ByteBuffer bb) throws IOException {
final BarrageProtoUtil.MessageInfo mi = new BarrageProtoUtil.MessageInfo();

bb.order(ByteOrder.LITTLE_ENDIAN);
Expand Down

0 comments on commit 5a39c62

Please sign in to comment.