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; }