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

Matthew Swift
19.34.2013 eb81bffaf56253ca752c7ab5005eddfc961731b2
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;
    }