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

jvergara
27.37.2007 8684c89c1cdf8f9b2650688f2ac7d3b8ea48ac29
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java
@@ -107,10 +107,8 @@
    PrintStream origOut = System.out;
    try
    {
      PrintStream err = new ErrorPrintStream();
      PrintStream out = new OutputPrintStream();
      System.setErr(err);
      System.setOut(out);
      System.setErr(getApplicationErrorStream());
      System.setOut(getApplicationOutputStream());
      setCurrentProgressStep(InstallProgressStep.DOWNLOADING);