Copilot commented on code in PR #298: URL: https://github.com/apache/incubator-kie-benchmarks/pull/298#discussion_r3285465561
########## drools-benchmarks-parent/drools-benchmarks/src/main/resources/kbase-creation/drl-template.drl: ########## @@ -9,7 +10,7 @@ import org.drools.benchmarks.common.model.event.NewCustomerEvent; import org.drools.benchmarks.common.model.Transaction; import org.drools.benchmarks.common.model.event.TransactionCreatedEvent; -global java.util.ArrayList list; +global ArrayList list; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Review Comment: `drl-template.drl` contains a line starting with `<<<<<<<<<<...` that looks like an unresolved merge-conflict marker (and similar `=======` separators). If this file is intended to be a valid DRL template, these markers should be removed or converted into DRL comments / a clearly documented delimiter so the file can be parsed/edited safely. -- 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]
