From decb5b42c814c8dac80061faac30b394b7705e28 Mon Sep 17 00:00:00 2001
From: jcambon <jcambon@localhost>
Date: Wed, 13 May 2009 09:33:25 +0000
Subject: [PATCH] Revert of : Partial Fix for issue #3938 : dsconfig is really too slow in non-interactive mode, almost unusable on Niagara systems

---
 opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java |    8 --------
 1 files changed, 0 insertions(+), 8 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 61f3742..1030036 100644
--- a/opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java
+++ b/opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java
@@ -88,14 +88,6 @@
 
 
   /**
-   * Set the raw arguments (used for default value setting).
-   *
-   * @param args raw arguments.
-   */
-  public void setRawArguments(String[] args);
-
-
-  /**
    * Validates any global arguments passed to the application.
    * Implementations of this method should check that the values
    * passed to their global arguments are valid and are not

--
Gitblit v1.10.0