diff --git a/src/test/java/org/apache/commons/collections4/bloomfilter/CellProducerFromDefaultIndexProducerTest.java b/src/test/java/org/apache/commons/collections4/bloomfilter/CellProducerFromDefaultIndexProducerTest.java index 50854c9c0..c8a819c55 100644 --- a/src/test/java/org/apache/commons/collections4/bloomfilter/CellProducerFromDefaultIndexProducerTest.java +++ b/src/test/java/org/apache/commons/collections4/bloomfilter/CellProducerFromDefaultIndexProducerTest.java @@ -24,7 +24,7 @@ public class CellProducerFromDefaultIndexProducerTest extends AbstractCellProduc @Override protected CellProducer createEmptyProducer() { - return CellProducer.from(IndexProducer.fromIndexArray(new int[0])); + return CellProducer.from(IndexProducer.fromIndexArray()); } @Override