Remove redundant code

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

View File

@ -38,7 +38,7 @@ public class BitMapProducerFromLongArrayTest extends AbstractBitMapProducerTest
@Override
protected BitMapProducer createEmptyProducer() {
return BitMapProducer.fromBitMapArray(new long[0]);
return BitMapProducer.fromBitMapArray();
}
@Override