From e3acbc5e70b15dc5ca1134cd0ae4501b424d160f Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 15 Jun 2007 08:18:40 +0000
Subject: [PATCH] Partial fix for issue 1426: improve support for required admin actions.

---
 opends/src/server/org/opends/server/admin/PropertyOption.java |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/opends/src/server/org/opends/server/admin/PropertyOption.java b/opends/src/server/org/opends/server/admin/PropertyOption.java
index 9f97611..5fe79d4 100644
--- a/opends/src/server/org/opends/server/admin/PropertyOption.java
+++ b/opends/src/server/org/opends/server/admin/PropertyOption.java
@@ -60,12 +60,5 @@
    * Use this option to identify properties which are for monitoring
    * purposes only and are generated automatically by the server..
    */
-  MONITORING,
-
-  /**
-   * Use this option to identify properties which, when modified, will
-   * require some additiona administrator action in order for the
-   * changes to take effect.
-   */
-  REQUIRES_ADMIN_ACTION
+  MONITORING;
 }

--
Gitblit v1.10.0