mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dugan
21.25.2009 7e2b30fe056a7d5ba2db1355017758591d3d3d3e
opends/src/server/org/opends/server/backends/jeb/Index.java
@@ -115,8 +115,7 @@
  //Thread local area to store per thread cursors.
  private final ThreadLocal<Cursor> curLocal = new ThreadLocal<Cursor>();
  private final ImportIDSet newImportIDSet = new ImportIDSet(indexEntryLimit,
                                                indexEntryLimit, maintainCount);
  private final ImportIDSet newImportIDSet;
  /**
   * Create a new index object.
@@ -145,7 +144,8 @@
    this.indexEntryLimit = indexEntryLimit;
    this.cursorEntryLimit = cursorEntryLimit;
    this.maintainCount = maintainCount;
    this.newImportIDSet = new ImportIDSet(indexEntryLimit,
                                          indexEntryLimit, maintainCount);
    DatabaseConfig dbNodupsConfig = new DatabaseConfig();
    if(env.getConfig().getReadOnly())