Add @SuppressWarnings

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

View File

@ -34,6 +34,7 @@ import org.apache.commons.collections4.Transformer;
*/
public class ChainedTransformer<T> implements Transformer<T, T>, Serializable {
@SuppressWarnings("rawtypes")
private static final Transformer[] EMPTY_TRANSFORMER_ARRAY = {};
/** Serial version UID */