Fix a typo in an exception message
This commit is contained in:
parent
fddd972465
commit
a2d95df6d4
@ -66,7 +66,7 @@ class CombinedCondition extends AbstractCondition {
|
||||
}
|
||||
for (Condition condition : conditions) {
|
||||
if (condition == null) {
|
||||
throw new IllegalArgumentException("The argument 'conditions' must contain null");
|
||||
throw new IllegalArgumentException("The argument 'conditions' must not contain null");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user