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

Jean-Noel Rouvignac
30.19.2014 7645fcf6334c7c78655a12a08b4a8f3351be1ba4
opendj3-server-dev/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -918,17 +918,6 @@
  }
  /**
   * Get the queueSize for this replication server.
   *
   * @return The maximum size of the queues for this Replication Server
   *
   */
  public int getQueueSize()
  {
    return this.config.getQueueSize();
  }
  /**
   * Creates the backend associated to this replication server.
   */
  private void createBackend() throws ConfigException