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

jvergara
07.19.2007 70f070f6c136d25f83bfe2632f0d80c11d5aaa34
Fix a bug that generated a NullPointerException in the merged version of the upgrader and the installer (which is not yet public).
1 files modified
8 ■■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installandupgrader/InstallAndUpgrader.java 8 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installandupgrader/InstallAndUpgrader.java
@@ -508,6 +508,14 @@
    return getDelegateApplication().getInstallationPath();
  }
  /**
   * {@inheritDoc}
   */
  public void setQuickSetupDialog(QuickSetupDialog dialog) {
    installer.setQuickSetupDialog(dialog);
    upgrader.setQuickSetupDialog(dialog);
  }
  private GuiApplication getDelegateApplication()
  {
    GuiApplication application;