Add @SuppressWarnings.
This commit is contained in:
parent
1bdc82ce47
commit
9d017c5617
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue