Remove redundant code
This commit is contained in:
parent
eb382fdc6f
commit
97c5ac99f0
|
@ -22,7 +22,7 @@ public class IndexProducerFromIntArrayTest extends AbstractIndexProducerTest {
|
|||
|
||||
@Override
|
||||
protected IndexProducer createEmptyProducer() {
|
||||
return IndexProducer.fromIndexArray(new int[0]);
|
||||
return IndexProducer.fromIndexArray();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue