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

lutoff
22.50.2008 ee2474095e444bdfd52bee3fb99f8f864430d107
Fix for issue 3489 (QuickSetup fails with an NPE)
1 files modified
3 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java 3 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java
@@ -663,6 +663,7 @@
  public String getInstancePath()
  {
    // TODO
    return null;
    return getUserData().getServerLocation();
  }
}