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/AggregationPropertyDefinition.java
@@ -122,7 +122,7 @@
        private Condition targetIsEnabledCondition = Conditions.TRUE;
        /**
         * The condition which is used to determine whether or not
         * The condition which is used to determine whether
         * referenced managed objects need to be enabled.
         */
        private Condition targetNeedsEnablingCondition = Conditions.TRUE;
@@ -174,12 +174,12 @@
        }
        /**
         * Sets the condition which is used to determine whether or not
         * Sets the condition which is used to determine whether
         * referenced managed objects need to be enabled. By default referenced
         * managed objects must always be enabled.
         *
         * @param condition
         *            The condition which is used to determine whether or not
         *            The condition which is used to determine whether
         *            referenced managed objects need to be enabled.
         */
        public final void setTargetNeedsEnablingCondition(Condition condition) {
@@ -694,7 +694,7 @@
    private final Condition targetIsEnabledCondition;
    /**
     * The condition which is used to determine whether or not
     * The condition which is used to determine whether
     * referenced managed objects need to be enabled.
     */
    private final Condition targetNeedsEnablingCondition;
@@ -858,10 +858,10 @@
    }
    /**
     * Gets the condition which is used to determine whether or not referenced
     * Gets the condition which is used to determine whether referenced
     * managed objects need to be enabled.
     *
     * @return Returns the condition which is used to determine whether or not
     * @return Returns the condition which is used to determine whether
     *         referenced managed objects need to be enabled.
     */
    public final Condition getTargetNeedsEnablingCondition() {