From c97b0a37191be3d208647ecbd1788919aa8d0066 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Fri, 14 Sep 2007 16:03:44 +0000
Subject: [PATCH] finished registering the upgrade/reversion issue; fixed some typos and minor issues preventing the upgrader from notifying the user about the issue
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
index 3e2d081..add42d3 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
@@ -578,7 +578,7 @@
*/
public UserInteraction userInteraction() {
UserInteraction ui = null;
- if (!getUserData().isInteractive()) {
+ if (getUserData().isInteractive()) {
if (Utils.isCli()) {
ui = new CliUserInteraction();
} else {
--
Gitblit v1.10.0