ChinchuAjith commented on code in PR #6519:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6519#discussion_r2527297120


##########
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/lang/ast/infixexecutors/OrExecutor.java:
##########
@@ -47,7 +48,7 @@ public Object evaluate(InfixOpNode infixNode, 
EvaluationContext ctx) {
             if (!leftOR.booleanValue()) {
                 return 
BooleanEvalHelper.getBooleanOrDialectDefault(infixNode.getRight().evaluate(ctx),
 ctx.getFEELDialect());
             } else {
-                return Boolean.TRUE; //left hand operand is true, we do not 
need to evaluate right side
+                return Boolean.TRUE; //No need to evaluate right side

Review Comment:
   Done



-- 
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]

Reply via email to