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

neil_a_wilson
07.45.2007 aaff8bbe83e02bba861c5cf1c6645dedc4e0ac1d
opends/src/server/org/opends/server/core/ModifyDNOperation.java
@@ -33,12 +33,14 @@
import org.opends.server.types.Modification;
import org.opends.server.types.Operation;
import org.opends.server.types.RDN;
import org.opends.server.types.operation.SubordinateModifyDNOperation;
/**
 * This interface defines an operation used to move an entry in
 * the Directory Server.
 */
public interface ModifyDNOperation extends Operation
public interface ModifyDNOperation
       extends Operation, SubordinateModifyDNOperation
{
  /**