tkobayas commented on code in PR #6319:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6319#discussion_r2055174615


##########
drools-model/drools-model-codegen/src/main/resources/class-templates/ruleunits/RuleUnitQuarkusTemplate.java:
##########
@@ -44,7 +45,7 @@ public CLASS_NAME() {
     }
 
     @jakarta.inject.Inject
-    public CLASS_NA(jakarta.enterprise.inject.Instance<RuleUnits> ruleUnits) {
+    public CLASS_NAME(jakarta.enterprise.inject.Instance<RuleUnits> ruleUnits) 
{

Review Comment:
   I happened to find this typo. This was luckily working because 
RuleUnitWriter processes all constructors, not checking the 'CLASS_NA'.



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