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

Jean-Noël Rouvignac
05.26.2016 0f88b78b378ac39f0c9ad5d2926404497d5bf4c9
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/DeleteEntryTask.java
@@ -30,7 +30,6 @@
import java.util.SortedSet;
import java.util.TreeSet;
import javax.naming.NamingException;
import javax.swing.SwingUtilities;
import javax.swing.tree.TreePath;
@@ -278,7 +277,7 @@
  }
  private void deleteSubtreeRecursively(ConnectionWithControls conn, DN dnToRemove, TreePath path,
      List<BrowserNodeInfo> toNotify) throws NamingException, IOException, DirectoryException
      List<BrowserNodeInfo> toNotify) throws IOException, DirectoryException
  {
    lastDn = dnToRemove;
@@ -371,7 +370,7 @@
  }
  private void deleteSubtreeWithControl(ConnectionWithControls conn, DN dn, TreePath path,
      List<BrowserNodeInfo> toNotify) throws LdapException, NamingException
      List<BrowserNodeInfo> toNotify) throws LdapException
  {
    lastDn = dn;
    long t = System.currentTimeMillis();