diff options
Diffstat (limited to 'policy-core')
-rw-r--r-- | policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java b/policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java index 0c10e984..760f9533 100644 --- a/policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java +++ b/policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java @@ -47,7 +47,7 @@ import org.slf4j.LoggerFactory; * This class is a wrapper around 'KieSession', which adds the following: * * <p>1) A thread running 'KieSession.fireUntilHalt()' - * 2) Access to UEB + * 2) Access to topic * 3) Logging of events */ public class PolicySession implements AgendaEventListener, RuleRuntimeEventListener { |