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

jvergara
28.09.2009 f8974b5042832d924824708096a8fbf620580045
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/browser/BrowserController.java
@@ -1338,7 +1338,7 @@
      catch (IOException ioe)
      {
        // Bug
        throw new IllegalStateException("Unexpected encoding exception: "+ioe,
        throw new RuntimeException("Unexpected encoding exception: "+ioe,
            ioe);
      }
    }
@@ -1521,7 +1521,7 @@
    }
    if (node.isLeaf() && (node.getChildCount() >= 1)) {
      throw new IllegalStateException("Inconsistent node: " + node.getDN());
      throw new RuntimeException("Inconsistent node: " + node.getDN());
    }
  }