Add @SuppressWarnings
This commit is contained in:
parent
fab4178a52
commit
6f016c52a2
|
@ -113,6 +113,7 @@ public class CompositeMap<K, V> extends AbstractIterableMap<K, V> implements Ser
|
|||
Map<K, V> added, Collection<K> intersect);
|
||||
}
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
private static final Map[] EMPTY_MAP_ARRAY = {};
|
||||
|
||||
/** Serialization version */
|
||||
|
|
Loading…
Reference in New Issue