opendj-sdk/opendj-admin/src/main/java/org/opends/server/admin/condition/ContainsCondition.java
@@ -111,8 +111,7 @@ * The string representation of the required property value. */ public ContainsCondition(String propertyName, String stringValue) { Reject.ifNull(propertyName); Reject.ifNull(stringValue); Reject.ifNull(propertyName, stringValue); this.propertyName = propertyName; this.propertyStringValue = stringValue; }