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

Jean-Noël Rouvignac
19.36.2016 93dc3520b26d74dadbdad265182d9beaa9145dc4
opendj-config/src/main/java/org/forgerock/opendj/config/PropertyOption.java
@@ -12,14 +12,12 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2008 Sun Microsystems, Inc.
 * Portions Copyright 2016 ForgeRock AS.
 */
package org.forgerock.opendj.config;
/**
 * This enumeration contains various options that can be associated with
 * property definitions.
 */
/** This enumeration contains various options that can be associated with property definitions. */
public enum PropertyOption {
    /**
     * Use this option to identify properties which should be considered as
@@ -33,14 +31,10 @@
     */
    HIDDEN,
    /**
     * Use this option to identify properties which must have a value.
     */
    /** Use this option to identify properties which must have a value. */
    MANDATORY,
    /**
     * Use this option to identify properties which are multi-valued.
     */
    /** Use this option to identify properties which are multi-valued. */
    MULTI_VALUED,
    /**