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

jvergara
03.40.2008 d99730e8ba4fdfaf1a325cc777a06dd12ba3b033
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericMenuBar.java
@@ -103,7 +103,11 @@
    return menu;
  }
  private void displayURL(final String url)
  /**
   * Tries to display a URL in the systems default WEB browser.
   * @param url the URL to be displayed.
   */
  protected void displayURL(final String url)
  {
    BackgroundTask<Void> worker = new BackgroundTask<Void>()
    {