From 54c2799f45256fef4a981fa2a6a7c97a9708ac8b Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 26 Jul 2007 12:01:44 +0000
Subject: [PATCH] Partial fix for issue 1831 - dsconfig interactive mode.

---
 opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java b/opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java
index c4372f7..05aa008 100644
--- a/opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java
+++ b/opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java
@@ -59,8 +59,8 @@
    * @throws ClientException
    *           If the management context could not be created.
    */
-  ManagementContext getManagementContext(DSConfig app) throws ArgumentException,
-      ClientException;
+  ManagementContext getManagementContext(ConsoleApplication app)
+      throws ArgumentException, ClientException;
 
 
 

--
Gitblit v1.10.0