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

Jean-Noel Rouvignac
26.29.2013 4fed0daa395855cd567621b0b38d405c9af254f4
opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -1174,6 +1174,15 @@
      logError(msg);
    }
  }
  /**
   * Removes the changelog database directory.
   */
  public void removeDb()
  {
    this.changelogDB.removeDB();
  }
  /**
   * {@inheritDoc}
   */
@@ -1735,18 +1744,6 @@
    return this.changelogDB;
  }
  /**
   * Get the replication server DB directory.
   * This is useful for tests to be able to do some cleanup. Might even be
   * useful for the server some day.
   *
   * @return the Database directory name
   */
  public String getDbDirName()
  {
    return this.changelogDB.getDBDirectoryName();
  }
  /** {@inheritDoc} */
  @Override
  public String toString()