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

gbellato
26.31.2007 71ebb3724c79a7d1218c36f080acd6ee162b9cd2
opends/src/server/org/opends/server/replication/protocol/ErrorMessage.java
@@ -32,7 +32,7 @@
/**
 * This message is part of the replication protocol.
 * This message is sent by a server or a changelog server when an error
 * This message is sent by a server or a replication server when an error
 * is detected in the context of a total update.
 */
public class ErrorMessage extends RoutableMessage implements
@@ -63,7 +63,7 @@
  /**
   * Create a InitializeMessage.
   *
   * @param destination changelog server id
   * @param destination replication server id
   * @param msgID error message ID
   * @param details details of the error
   */