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

coulbeck
08.08.2007 d8b35f65f4273a51068e3f4b9ca76f1eed06de22
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();