gnodet commented on code in PR #2428: URL: https://github.com/apache/maven/pull/2428#discussion_r2125776377
########## impl/maven-core/src/main/java/org/apache/maven/internal/impl/SisuDiBridgeModule.java: ########## @@ -253,11 +244,6 @@ private <Q> Q getInstance(Binding<Q> binding) { return compile(binding).get(); } - private static Comparator<Binding<?>> getBindingComparator() { Review Comment: As suggested above, a good alternative could be to move this method to `Binding` to make it reusable. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org