Add @SuppressWarnings.
This commit is contained in:
parent
1bdc82ce47
commit
9d017c5617
|
@ -131,6 +131,7 @@ public class DynamicHasher implements Hasher {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("cast") // Cast to long to workaround a bug in animal-sniffer.
|
||||||
@Override
|
@Override
|
||||||
public int nextInt() {
|
public int nextInt() {
|
||||||
if (hasNext()) {
|
if (hasNext()) {
|
||||||
|
|
Loading…
Reference in New Issue