From 7a79845d216f2efbc447c3ba4c5c3a992be0f42f Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Mon, 11 Apr 2016 17:22:17 +0000
Subject: [PATCH] Code cleanup: Merge Installer and OfflineInstaller
---
opendj-server-legacy/src/main/java/org/opends/quicksetup/Application.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/quicksetup/Application.java b/opendj-server-legacy/src/main/java/org/opends/quicksetup/Application.java
index 49634ab..78e7df7 100644
--- a/opendj-server-legacy/src/main/java/org/opends/quicksetup/Application.java
+++ b/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
--
Gitblit v1.10.0