Skip to content

Commit

Permalink
Revert one missed change wrt internal checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 14, 2023
1 parent ff8b1cc commit c35c1bc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -704,7 +704,7 @@ private void rehash() throws IOException {
_overflows = null;

if (count != _size) {
throw new IOException(String.format(
throw new IllegalStateException(String.format(
"Internal error on SymbolTable.rehash(): had %d entries; now have %d",
_size, count));
}
Expand Down

0 comments on commit c35c1bc

Please sign in to comment.