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

jvergara
28.09.2009 95b972d6e249498f9a5fa44d166a47eb52cf0853
opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseGeneralMonitoringPanel.java
@@ -534,7 +534,7 @@
          entryPane.updateJavaInformation();
          break;
        default:
          throw new IllegalStateException("Unknown node type: "+type);
          throw new RuntimeException("Unknown node type: "+type);
        }
      }
      else
@@ -673,7 +673,7 @@
      }
      else
      {
        throw new IllegalStateException("Unexpected tree node: "+value);
        throw new RuntimeException("Unexpected tree node: "+value);
      }
      return icon;
    }