Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
pull/18713/head
Nadahar 2025-05-27 08:32:31 +02:00 committed by GitHub
parent fe1dddd70e
commit 12904b8c1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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) {
}
} }