mirror of
https://github.com/apache/commons-collections.git
synced 2025-03-02 14:59:10 +00:00
Remove redundant code
This commit is contained in:
parent
740603072a
commit
be4e3f85d3
@ -24,7 +24,7 @@ public class CellProducerFromDefaultIndexProducerTest extends AbstractCellProduc
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected CellProducer createEmptyProducer() {
|
protected CellProducer createEmptyProducer() {
|
||||||
return CellProducer.from(IndexProducer.fromIndexArray(new int[0]));
|
return CellProducer.from(IndexProducer.fromIndexArray());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user