opendj-sdk/opendj-admin/src/main/java/org/opends/server/admin/condition/IsPresentCondition.java
@@ -35,7 +35,7 @@ import org.opends.server.admin.server.ServerManagedObject; import org.opends.server.config.ConfigException; import com.forgerock.opendj.util.Validator; import org.forgerock.util.Reject; /** * A condition which evaluates to <code>true</code> if and only if a particular @@ -56,7 +56,7 @@ * The property name. */ public IsPresentCondition(String propertyName) { Validator.ensureNotNull(propertyName); Reject.ifNull(propertyName); this.propertyName = propertyName; }