Copilot commented on code in PR #6530:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6530#discussion_r2564131017


##########
drools-model/drools-model-codegen/src/main/java/org/drools/model/codegen/execmodel/generator/visitor/pattern/ClassPatternDSL.java:
##########
@@ -70,6 +70,7 @@
 import static org.drools.mvel.parser.printer.PrintUtil.printNode;
 import static org.drools.util.StreamUtils.optionalToStream;
 
+import org.drools.drl.ast.descr.FromDescr;

Review Comment:
   The import for `FromDescr` should be placed with the other regular imports 
(around line 36-37, after `PatternSourceDescr`), not after the static imports. 
This follows standard Java import ordering conventions where regular imports 
come before static imports.



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