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

coulbeck
18.19.2007 70923036a7321b1a08f66e5ea400f8ca49f65d36
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/Index.java
@@ -138,6 +138,7 @@
  public void open(DatabaseConfig dbConfig) throws DatabaseException
  {
    this.dbConfig = dbConfig;
    this.dbConfig.setOverrideBtreeComparator(true);
    this.dbConfig.setBtreeComparator(comparator.getClass());
    getDatabase();
  }