gitgabrio commented on code in PR #4058:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4058#discussion_r2354873038


##########
kogito-codegen-modules/kogito-codegen-core/src/main/java/org/kie/kogito/codegen/core/ObjectMapperGenerator.java:
##########
@@ -33,7 +32,7 @@ public static GeneratedFile generate(KogitoBuildContext 
context) {
                 .withTemplateBasePath("class-templates/config")
                 .build(context, "GlobalObjectMapper");
 
-        return new GeneratedFile(Generator.REST_TYPE,
+        return new 
GeneratedFile(org.drools.codegen.common.GeneratedFileType.REST,

Review Comment:
   Done, 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]

Reply via email to