mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
15.18.2007 e3acbc5e70b15dc5ca1134cd0ae4501b424d160f
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;
}