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

kenneth_suter
17.16.2007 87c8fb0be7c8c1d2e41a846947cf5c884b6f201b
fixes broken launch status panel button
1 files modified
11 ■■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java 11 ●●●●● patch | view | raw | blame | history
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.
   */