Skip to content

Commit

Permalink
Renamed argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Outfluencer authored Feb 19, 2025
1 parent bb47ab4 commit e584da0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected void decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) t
}
}

private static int getVarInt(ByteBuf byteBuf, int varIntIndex)
private static int getVarInt(ByteBuf byteBuf, int varIntOffset)
{
int readerIndex = byteBuf.readerIndex();
if ( varIntIndex == 0 )
Expand Down

0 comments on commit e584da0

Please sign in to comment.