Unnecessary @SuppressWarnings("unchecked").

This commit is contained in:
Gary Gregory 2019-07-05 12:52:07 -04:00
parent 0117ba7a88
commit f12470cd6c
1 changed files with 0 additions and 1 deletions

View File

@ -444,7 +444,6 @@ public abstract class AbstractMultiValuedMap<K, V> implements MultiValuedMap<K,
} }
@Override @Override
@SuppressWarnings("unchecked")
public Iterator<V> iterator() { public Iterator<V> iterator() {
final Collection<V> coll = getMapping(); final Collection<V> coll = getMapping();
if (coll == null) { if (coll == null) {