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

Jean-Noël Rouvignac
24.50.2016 8a7d994e004ad0ec1a192dbadd348e041a2e3de2
opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/Property.java
@@ -12,6 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2008 Sun Microsystems, Inc.
 * Portions Copyright 2016 ForgeRock AS.
 */
package org.forgerock.opendj.config.client.spi;
@@ -27,7 +28,7 @@
 * The property stores the values in a sorted set in which values are compared
 * using the comparator defined by the property definition.
 * <p>
 * The property keeps track of whether or not its pending set of values differs
 * The property keeps track of whether its pending set of values differs
 * from its active values.
 *
 * @param <T>
@@ -80,7 +81,7 @@
    PropertyDefinition<T> getPropertyDefinition();
    /**
     * Determines whether or not this property contains any pending values.
     * Determines whether this property contains any pending values.
     *
     * @return Returns <code>true</code> if this property does not contain any
     *         pending values.
@@ -88,8 +89,8 @@
    boolean isEmpty();
    /**
     * Determines whether or not this property has been modified since it was
     * constructed. In other words, whether or not the set of pending values
     * Determines whether this property has been modified since it was
     * constructed. In other words, whether the set of pending values
     * differs from the set of active values.
     *
     * @return Returns <code>true</code> if this property has been modified
@@ -98,7 +99,7 @@
    boolean isModified();
    /**
     * Determines whether or not this property contains any active values.
     * Determines whether this property contains any active values.
     *
     * @return Returns <code>true</code> if this property does not contain any
     *         active values.