Skip to content

Commit

Permalink
comment out assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Nov 1, 2024
1 parent 0a0950a commit 5aeb607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public final boolean incrementToken() throws IOException {
}

private int correctOffset(int currectOff) {
assert (0 <= currectOff && currectOff <= this.offsetMap.size());
// assert (0 <= currectOff && currectOff <= this.offsetMap.size());
return this.offsetMap.get(currectOff);
}

Expand Down

0 comments on commit 5aeb607

Please sign in to comment.