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

coulbeck
08.08.2007 e172ce41efd5effb913d08f294123b70ec7c7aa2
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/Index.java
@@ -140,7 +140,7 @@
   */
  public void open(DatabaseConfig dbConfig) throws DatabaseException
  {
    this.dbConfig = dbConfig;
    this.dbConfig = dbConfig.cloneConfig();
    this.dbConfig.setOverrideBtreeComparator(true);
    this.dbConfig.setBtreeComparator(comparator.getClass());
    getDatabase();