Remove redundant code

This commit is contained in:
Gary Gregory 2024-05-12 09:03:27 -04:00
parent 740603072a
commit be4e3f85d3
1 changed files with 1 additions and 1 deletions

View File

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