Skip to content

Commit

Permalink
Remove obsolete comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Jan 6, 2025
1 parent 2f3ce74 commit a8a7e55
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ private List<ByteBuffer> distributeTokensForPosition(
break;

case TokenStreams.TOKEN_DELTA:
//TODO: test this conversion on numbers > 127 (Int.parseInt to byte)
getByteBufferFor(tokenStreams, TokenStreams.TOKEN_DELTA, numNames * 1)
.put((byte)Integer.parseInt(encodeToken.getRelativeValue()));
break;
Expand Down

0 comments on commit a8a7e55

Please sign in to comment.