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

Gaetan Boismal
14.58.2016 7a79845d216f2efbc447c3ba4c5c3a992be0f42f
opendj-server-legacy/src/main/java/org/opends/quicksetup/Application.java
@@ -707,7 +707,7 @@
  /**
   * This class is used to notify the ProgressUpdateListeners of events
   * that are written to the standard error.  It is used in OfflineInstaller.
   * that are written to the standard error.  It is used in Installer.
   * These classes just create a ErrorPrintStream and
   * then they do a call to System.err with it.
   *
@@ -737,7 +737,7 @@
  /**
   * This class is used to notify the ProgressUpdateListeners of events
   * that are written to the standard output. It is used in WebStartInstaller
   * and in OfflineInstaller. These classes just create a OutputPrintStream and
   * and in Installer. These classes just create a OutputPrintStream and
   * then they do a call to System.out with it.
   *
   * The class just reads what is written to the standard output, obtains an