Remove redundant code

This commit is contained in:
Gary Gregory 2024-05-12 09:04:46 -04:00
parent eb382fdc6f
commit 97c5ac99f0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public class IndexProducerFromIntArrayTest extends AbstractIndexProducerTest {
@Override
protected IndexProducer createEmptyProducer() {
return IndexProducer.fromIndexArray(new int[0]);
return IndexProducer.fromIndexArray();
}
@Override