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

jvergara
09.03.2007 c26a450e176ec80a194348ab02a4a5960334536e
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java
@@ -667,8 +667,8 @@
      /* Create these objects to resend the stop process output to the details
       * area.
       */
      StopReader errorReader = new StopReader(err, true);
      StopReader outputReader = new StopReader(out, false);
      new StopReader(err, true);
      new StopReader(out, false);
      int returnValue = process.waitFor();