mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Merge fix
This commit is contained in:
parent
515444affd
commit
4f081c0918
2 changed files with 7 additions and 1 deletions
|
|
@ -21,6 +21,9 @@ public class SourceMatchesFilterCondition implements Condition {
|
|||
}
|
||||
|
||||
public SourceMatchesFilterCondition(String text, FilterPermanent filter) {
|
||||
if (filter == null) {
|
||||
throw new IllegalArgumentException("Wrong code usage: filter param can't be empty");
|
||||
}
|
||||
this.FILTER = filter;
|
||||
this.text = text;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue