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

matthew_swift
15.18.2007 da5d84a4fcc111f05afffa7c06c5ae52b615415b
opendj-sdk/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;
}