opends/src/server/org/opends/server/backends/jeb/IndexIteratorAllIds.java
@@ -35,9 +35,12 @@ { /** * Create a new iterator over all the entry IDs in the backend. * * @param rootContainer The root container where IDs from this * iterator will cover. */ public IndexIteratorAllIds() public IndexIteratorAllIds(RootContainer rootContainer) { super(EntryID.getLowest(), EntryID.getHighest()); super(rootContainer.getLowestEntryID(), rootContainer.getHighestEntryID()); } }