Unnecessary @SuppressWarnings("unchecked").
This commit is contained in:
parent
0117ba7a88
commit
f12470cd6c
|
@ -444,7 +444,6 @@ public abstract class AbstractMultiValuedMap<K, V> implements MultiValuedMap<K,
|
|||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("unchecked")
|
||||
public Iterator<V> iterator() {
|
||||
final Collection<V> coll = getMapping();
|
||||
if (coll == null) {
|
||||
|
|
Loading…
Reference in New Issue