[jsscripting] Adjust ThreadsafeSimpleRuleDelegate to core changes (#20095)

Refs https://github.com/openhab/openhab-core/pull/5273.

Signed-off-by: Florian Hotze <dev@florianhotze.com>
This commit is contained in:
Florian Hotze
2026-01-21 18:00:46 +01:00
committed by GitHub
parent 8ab43bf1ed
commit 914feeeb15
@@ -75,10 +75,6 @@ class ThreadsafeSimpleRuleDelegate implements Rule, SimpleRuleActionHandler {
return delegate.getTemplateUID();
}
public void setTemplateUID(@Nullable String templateUID) {
delegate.setTemplateUID(templateUID);
}
@Override
@Nullable
public String getName() {