From e1e9596f6ae81d9aeb74177cf2792533966f45eb Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Mon, 23 Jul 2007 18:25:05 +0000
Subject: [PATCH] This commit does some initial work in anticipation of the reverter tool:
---
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java b/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
index c467196..f5a026c 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
@@ -36,7 +36,6 @@
import javax.swing.*;
import java.awt.event.WindowEvent;
-import java.io.File;
import java.security.cert.X509Certificate;
import java.util.LinkedHashSet;
import java.util.Set;
@@ -579,20 +578,6 @@
}
/**
- * Conditionally notifies listeners of the log file if it
- * has been initialized.
- */
- protected void notifyListenersOfLog() {
- File logFile = QuickSetupLog.getLogFile();
- if (logFile != null) {
- notifyListeners(
- getFormattedProgress(getMsg("general-see-for-details",
- logFile.getPath())) +
- formatter.getLineBreak());
- }
- }
-
- /**
* {@inheritDoc}
*/
public UserInteraction userInteraction() {
--
Gitblit v1.10.0