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

Jean-Noel Rouvignac
01.38.2013 f95eca255b79a070abb510da157a37969c81fed2
opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -1210,19 +1210,6 @@
  }
  /**
   * Clears the Db associated with that server.
   */
  public void clearDb()
  {
    for (ReplicationServerDomain rsd : getReplicationServerDomains())
    {
      rsd.clearDbs();
    }
    this.changelogDB.clearCNIndexDB();
  }
  /**
   * Get the assured mode timeout.
   * @return The assured mode timeout.
   */