This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f016c52a Add @SuppressWarnings
6f016c52a is described below

commit 6f016c52a207b3aaa90dcb608b50a1d89fdba26a
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 4 07:42:22 2024 -0400

    Add @SuppressWarnings
---
 src/main/java/org/apache/commons/collections4/map/CompositeMap.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/commons/collections4/map/CompositeMap.java 
b/src/main/java/org/apache/commons/collections4/map/CompositeMap.java
index 6cb79c067..7f3a806f6 100644
--- a/src/main/java/org/apache/commons/collections4/map/CompositeMap.java
+++ b/src/main/java/org/apache/commons/collections4/map/CompositeMap.java
@@ -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 */

Reply via email to