Add @SuppressWarnings

This commit is contained in:
Gary Gregory 2024-10-04 07:42:22 -04:00
parent fab4178a52
commit 6f016c52a2
1 changed files with 1 additions and 0 deletions

View File

@ -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 */