| opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java | ●●●●● patch | view | raw | blame | history |
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java
@@ -292,19 +292,10 @@ if (in == null) { // Retry once loader.start(true); waitForLoader(maxRatio); in = Installer.class.getClassLoader() .getResourceAsStream(getZipFileName()); if (in == null) { throw new InstallException(InstallException.Type.DOWNLOAD_ERROR, getMsg("error-zipinputstreamnull"), null); } } notifyListeners(getHtmlDone()); return in;