Accommodate change to RuleRegistry in https://github.com/openhab/openhab-core/pull/4718 (#18705)
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>pull/18713/head
parent
fe1dddd70e
commit
12904b8c1a
|
@ -99,4 +99,8 @@ public class DummyRuleRegistry implements RuleRegistry {
|
||||||
public Collection<Rule> getByTags(String... tags) {
|
public Collection<Rule> getByTags(String... tags) {
|
||||||
return Collections.emptyList();
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void regenerateFromTemplate(String ruleUID) {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue