opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java
@@ -374,11 +374,10 @@ throws QuickSetupException { ZipExtractor extractor = new ZipExtractor(is, minRatio, maxRatio, getUserData().getServerLocation(), Utils.getNumberZipEntries(), getZipFileName(), this); extractor.extract(); extractor.extract(getUserData().getServerLocation()); } /**