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

coulbeck
18.19.2007 ed6c839c995f9e52262e3d13f07137bc87506697
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();
  }