hwu2024 commented on PR #6473: URL: https://github.com/apache/incubator-kie-drools/pull/6473#issuecomment-3376041559
Thanks, @tkobayas — I have updated the patch to remove the sorting and to collect directly into a `LinkedHashSet` via `toCollection(LinkedHashSet::new)`. The current change follows your guidance that the RSH order isn’t important as long as it’s stable. -- 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]
