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; } }