Remove redundant code
This commit is contained in:
parent
740603072a
commit
be4e3f85d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue