From e0302537bd687bab02f6174e66fd1d9c2f13ba9d Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 26 Mar 2008 12:00:42 +0000
Subject: [PATCH] Fix for issue 3064 (The setup command should check the Java version)
---
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java b/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java
index 1421c2e..5532770 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java
@@ -125,15 +125,6 @@
}
/**
- * Gets the current installation status of the filesystem
- * bits this quick setup is managing.
- * @return CurrentInstallStatus indicating the install status
- */
- public CurrentInstallStatus getInstallStatus() {
- return installStatus;
- }
-
- /**
* This method displays the setup dialog. This method must be called from the
* event thread.
*/
--
Gitblit v1.10.0