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

kenneth_suter
17.16.2007 a29c1b41d1c452e55306bdffbd7bca8a9898593d
fixes broken launch status panel button
1 files modified
11 ■■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java 11 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java
@@ -692,17 +692,6 @@
  }
  /**
   * Indicates whether we are in a web start installation or not.
   *
   * @return <CODE>true</CODE> if we are in a web start installation and
   *         <CODE>false</CODE> if not.
   */
  private boolean isWebStart()
  {
    return isWebStart();
  }
  /**
   * This is a class used when the user clicks on next and that extends
   * BackgroundTask.
   */