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. */