Add @SuppressWarnings.

This commit is contained in:
Gary Gregory 2020-03-30 09:30:44 -04:00
parent 1bdc82ce47
commit 9d017c5617
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ public class DynamicHasher implements Hasher {
return false;
}
@SuppressWarnings("cast") // Cast to long to workaround a bug in animal-sniffer.
@Override
public int nextInt() {
if (hasNext()) {