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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/ModifyDNRequestProtocolOp.java
@@ -47,16 +47,16 @@
{
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
  // The current entry DN for this modify DN request.
  /** The current entry DN for this modify DN request. */
  private ByteString entryDN;
  // The new RDN for this modify DN request.
  /** The new RDN for this modify DN request. */
  private ByteString newRDN;
  // The new superior DN for this modify DN request.
  /** The new superior DN for this modify DN request. */
  private ByteString newSuperior;
  // Indicates whether to delete the current RDN value(s).
  /** Indicates whether to delete the current RDN value(s). */
  private boolean deleteOldRDN;