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

gbellato
10.57.2006 b6da5b01e2f66861a485ed7b48fa887410cecb69
opends/src/server/org/opends/server/synchronization/ModifyDNMsg.java
@@ -246,4 +246,24 @@
  {
    newSuperior = string;
  }
  /**
   * Get the new RDN of this operation.
   *
   * @return The new RDN of this operation.
   */
  public String getNewRDN()
  {
    return newRDN;
  }
  /**
   * Set the new RDN of this operation.
   * @param newRDN the new RDN of this operation.
   */
  public void setNewRDN(String newRDN)
  {
    this.newRDN = newRDN;
  }
}