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/uninstaller/Uninstaller.java | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java b/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java
index 64ceb83..77667c7 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java
@@ -388,10 +388,11 @@
/**
* {@inheritDoc}
+ * @param launcher
*/
- public UserData createUserData(String[] args, CurrentInstallStatus status)
+ public UserData createUserData(Launcher launcher)
throws UserDataException {
- return cliHelper.createUserData(args, status);
+ return cliHelper.createUserData(launcher.getArguments());
}
/**
@@ -408,7 +409,7 @@
* @return the ApplicationException that might occur during installation or
* <CODE>null</CODE> if no exception occurred.
*/
- public ApplicationException getException() {
+ public ApplicationException getRunError() {
return ue;
}
--
Gitblit v1.10.0