mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartDownloader.java @@ -244,6 +244,10 @@ { ratio = 110; } else if (urls[i].endsWith("aspectjrt.jar")) { ratio = 10; } else { ratio = (100 / urls.length);