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/AbstractManagedObject.java
@@ -183,9 +183,8 @@
    private final ManagedObjectDefinition<T, ? extends Configuration> definition;
    /**
     * Indicates whether or not this managed object exists on the server
     * (false means the managed object is new and has not been
     * committed).
     * Indicates whether this managed object exists on the server
     * (false means the managed object is new and has not been committed).
     */
    private boolean existsOnServer;
@@ -208,9 +207,8 @@
     * @param properties
     *            The managed object's properties.
     * @param existsOnServer
     *            Indicates whether or not the managed object exists on the
     *            server (false means the managed object is new and has not been
     *            committed).
     *            Indicates whether the managed object exists on the server
     *            (false means the managed object is new and has not been committed).
     * @param namingPropertyDefinition
     *            Optional naming property definition.
     */
@@ -670,9 +668,8 @@
     * @param properties
     *            The managed object's properties.
     * @param existsOnServer
     *            Indicates whether or not the managed object exists on the
     *            server (false means the managed object is new and has not been
     *            committed).
     *            Indicates whether the managed object exists on the server
     *            (false means the managed object is new and has not been committed).
     * @param namingPropertyDefinition
     *            Optional naming property definition.
     * @return Returns the new managed object.