From ae171bffab3d4c19c00de9a0c78e42a8f4bb9627 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Mon, 02 Apr 2007 22:25:59 +0000
Subject: [PATCH] - Succeeded in removing the Utils.isUninstall() method. All the logic that was being controlled by if statements using this method has been moved to the applications themselves (except for a few hacks that I've documented in the code)
---
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
index 30684c3..3d37c2e 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -826,17 +826,6 @@
}
/**
- * Returns <CODE>true</CODE> if this is an uninstallation and
- * <CODE>false</CODE> otherwise.
- * @return <CODE>true</CODE> if this is an uninstallation and
- * <CODE>false</CODE> otherwise.
- */
- public static boolean isUninstall()
- {
- return "true".equals(System.getProperty("org.opends.quicksetup.uninstall"));
- }
-
- /**
* Returns <CODE>true</CODE> if this is executed from command line and
* <CODE>false</CODE> otherwise.
* @return <CODE>true</CODE> if this is executed from command line and
--
Gitblit v1.10.0