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

jvergara
11.34.2006 c40f084a6d3e897785f2fbff3ddb97545644cddc
opends/src/quicksetup/org/opends/quicksetup/util/URLWorker.java
@@ -71,9 +71,9 @@
    try
    {
      WebBrowserLauncher.openURL(url);
    } catch (RuntimeException re)
    } catch (Throwable t)
    {
      throw new WebBrowserException(url, "Bug: run time exception", re);
      throw new WebBrowserException(url, "Bug: throwable", t);
    }
    return null;
  }