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

Jean-Noel Rouvignac
20.43.2013 4aa594ecf7ff52baf627cecbe9959b500e847367
opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -1254,18 +1254,6 @@
  }
  /**
   * Create a new session to get the ECL.
   * @param msg The message that specifies the ECL request.
   * @return Returns the created session.
   * @throws DirectoryException When an error occurs.
   */
  public ExternalChangeLogSession createECLSession(StartECLSessionMsg msg)
  throws DirectoryException
  {
    return new ExternalChangeLogSessionImpl(this, msg);
  }
  /**
   * Getter on the server URL.
   * @return the server URL.
   */