yesamer commented on code in PR #2201:
URL:
https://github.com/apache/incubator-kie-kogito-apps/pull/2201#discussion_r1981286075
##########
jitexecutor/jitexecutor-dmn/src/main/java/org/kie/kogito/jitexecutor/dmn/JITDMNListener.java:
##########
@@ -39,6 +39,7 @@
public class JITDMNListener implements DMNRuntimeEventListener {
private final Map<String, Map<String, Integer>>
decisionEvaluationHitIdsMap = new HashMap<>();
+ private final Map<String, String> conditionalEvaluationHitIdsMap = new
HashMap<>();
Review Comment:
@gitgabrio Why do we need this map? it seems unused.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]