From cad7abf78a831586b43f185d4abd5f30265a3058 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 04 Apr 2016 13:38:35 +0000
Subject: [PATCH] Remove the "configClass" tools argument

---
 opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java b/opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java
index af3e905..c5e6282 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java
@@ -2793,18 +2793,6 @@
    */
   public static final String TIME_UNIT_WEEKS_FULL = "weeks";
 
-
-
-  /**
-   * The name of the system property that can be used to specify the
-   * fully-qualified name of theclass that provides the Director Server config
-   * handler implementation.
-   */
-  public static final String PROPERTY_CONFIG_CLASS =
-       "org.opends.server.ConfigClass";
-
-
-
   /**
    * The name of the system property that can be used to specify the path to the
    * configuration file that should be used to initialize the config handler.

--
Gitblit v1.10.0