yesamer commented on code in PR #6408:
URL:
https://github.com/apache/incubator-kie-drools/pull/6408#discussion_r2245193199
##########
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/impl/DMNRuntimeImpl.java:
##########
@@ -455,7 +455,7 @@ public static Object coerceUsingType(Object value, DMNType
type, boolean typeChe
if (!typeCheck) {
return result;
}
- if (type.isAssignableValue(result)) {
+ if (type.isAssignableValue(value)) {
Review Comment:
@baldimir +1, changes applied, thanks!
--
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]