You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEngineImpl.java
+5-4
Original file line number
Diff line number
Diff line change
@@ -1555,15 +1555,16 @@ public void onReadyMarkerRemoved(ReadyMarker readyMarker) {
1555
1555
}
1556
1556
1557
1557
/**
1558
-
* This method compiles the conditions and actions of all rules. It is called when the rule engine is started.
1558
+
* This method compiles the conditions and actions of all enabled rules.
1559
+
* It is called when the rule engine is started.
1559
1560
* By compiling when the rule engine is started, we make sure all conditions and actions are compiled, even if their
1560
1561
* handlers weren't available when the rule was added to the rule engine.
0 commit comments