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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/ChangeStatusMsg.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Portions copyright 2013-2014 ForgeRock AS.
 *      Portions copyright 2013-2015 ForgeRock AS.
 */
package org.opends.server.replication.protocol;
@@ -37,9 +37,9 @@
 */
public class ChangeStatusMsg extends ReplicationMsg
{
  /** The status we want the DS to enter (used when from RS to DS) */
  /** The status we want the DS to enter (used when from RS to DS). */
  private final ServerStatus requestedStatus;
  /** The new status the DS just entered (used when from DS to RS) */
  /** The new status the DS just entered (used when from DS to RS). */
  private ServerStatus newStatus;
  /**
@@ -124,4 +124,4 @@
      "\nnewStatus: " + newStatus +
      "\nrequestedStatus: " + requestedStatus;
  }
}
}