Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seime committed Dec 25, 2024
1 parent c4b7e62 commit 6479598
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ public JRuleHandler(JRuleConfig config, ItemRegistry itemRegistry, ItemChannelLi
final JRuleThingHandler thingHandler = JRuleThingHandler.get();
thingHandler.setThingManager(thingManager);
thingHandler.setThingRegistry(thingRegistry);
thingHandler.setItemChannelLinkRegistry(itemChannelLinkRegistry);

final JRuleItemHandler itemHandler = JRuleItemHandler.get();
itemHandler.setItemRegistry(itemRegistry);
Expand Down

0 comments on commit 6479598

Please sign in to comment.