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

fdorson
07.21.2009 401925979dc16f74f794ddd4941f74d0cef770db
opends/src/server/org/opends/server/replication/protocol/ModifyDNMsg.java
@@ -401,6 +401,15 @@
  }
  /**
   * Get the delete old rdn option.
   * @return true if delete old rdn option
   */
  public boolean getDeleteOldRdn()
  {
    return deleteOldRdn;
  }
  /**
   * Get the new RDN of this operation.
   *
   * @return The new RDN of this operation.
@@ -525,6 +534,7 @@
  /**
   * {@inheritDoc}
   */
  @Override
  public byte[] getBytes_V1() throws UnsupportedEncodingException
  {
    if (bytes == null)