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

jvergara
28.09.2009 95b972d6e249498f9a5fa44d166a47eb52cf0853
opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteEntryTask.java
@@ -108,7 +108,7 @@
      }
      catch (DirectoryException de)
      {
        throw new IllegalStateException("Unexpected error parsing dn: "+
        throw new RuntimeException("Unexpected error parsing dn: "+
            node.getDN(), de);
      }
    }
@@ -253,7 +253,7 @@
        }
        catch (DirectoryException de)
        {
          throw new IllegalStateException("Unexpected error parsing dn: "+
          throw new RuntimeException("Unexpected error parsing dn: "+
              node.getDN(), de);
        }
      }