gitgabrio commented on code in PR #6405:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6405#discussion_r2239907952


##########
kie-dmn/kie-dmn-core/src/test/java/org/kie/dmn/core/DMNStronglyTypedSupportTest.java:
##########
@@ -69,7 +69,7 @@ public void dmnInputDataNodeTypeTest(VariantTestConf conf) {
         // DROOLS-1569
         final DMNRuntime runtime = 
createRuntime("DMNInputDataNodeTypeTest.dmn", this.getClass());
         final String MODEL_NAMESPACE = 
"http://www.trisotech.com/definitions/_17396034-163a-48aa-9a7f-c6eb17f9cc6c";;
-        final String FEEL_NAMESPACE = 
org.kie.dmn.model.v1_5.KieDMNModelInstrumentedBase.URI_FEEL;
+        final String FEEL_NAMESPACE = 
org.kie.dmn.model.v1_6.KieDMNModelInstrumentedBase.URI_FEEL;

Review Comment:
   Could you please use one of the reflective method you created to remove this 
hardcoded `v1_6` ?



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