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

Violette Roche-Montane
26.15.2014 afa089fedd62a29826d57cc34293ad5e0e6a4efd
opendj3-server-dev/src/quicksetup/org/opends/quicksetup/webstart/WebStartDownloader.java
@@ -48,6 +48,7 @@
import static org.opends.quicksetup.util.Utils.*;
import static org.opends.messages.QuickSetupMessages.*;
import static com.forgerock.opendj.util.OperatingSystem.isWindows;
/**
 * This class is used to download the files that have been marked as lazy
@@ -249,7 +250,7 @@
      logger.error(LocalizableMessage.raw("Could not find service: "+
          Utils.JNLP_SERVICE_NAME, e));
      String setupFile;
      if (Utils.isWindows())
      if (isWindows())
      {
        setupFile = Installation.WINDOWS_SETUP_FILE_NAME;
      }