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

Jean-Noël Rouvignac
22.56.2016 83f86f11c27378d650c3bfc7e55397687062edbc
opendj-server-legacy/src/main/java/org/opends/admin/ads/SubtreeDeleteControl.java
@@ -12,16 +12,14 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2008-2009 Sun Microsystems, Inc.
 * Portions Copyright 2016 ForgeRock AS.
 */
package org.opends.admin.ads;
import javax.naming.ldap.BasicControl;
/**
 * This class implements the LDAP subtree delete control for JNDI.
 */
public class SubtreeDeleteControl extends BasicControl
/** This class implements the LDAP subtree delete control for JNDI. */
class SubtreeDeleteControl extends BasicControl
{
  /**
   * The serial version identifier required to satisfy the compiler
@@ -32,9 +30,7 @@
   */
  static final long serialVersionUID = 3941576361457157921L;
  /**
    * Default constructor.
    */
  /** Default constructor. */
  public SubtreeDeleteControl()
  {
    super("1.2.840.113556.1.4.805");