opendj3-server-dev/src/server/org/opends/server/backends/pluggable/NullIndex.java
@@ -109,8 +109,8 @@ /** {@inheritDoc} */ @Override public EntryIDSet readRange(ByteSequence lower, ByteSequence upper, boolean lowerIncluded, boolean upperIncluded) public EntryIDSet readRange(ReadableStorage txn, ByteSequence lower, ByteSequence upper, boolean lowerIncluded, boolean upperIncluded) { return new EntryIDSet(); }