Remove redundant code
This commit is contained in:
parent
88972f1fe8
commit
740603072a
|
@ -38,7 +38,7 @@ public class BitMapProducerFromLongArrayTest extends AbstractBitMapProducerTest
|
|||
|
||||
@Override
|
||||
protected BitMapProducer createEmptyProducer() {
|
||||
return BitMapProducer.fromBitMapArray(new long[0]);
|
||||
return BitMapProducer.fromBitMapArray();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue