elharo commented on code in PR #2040: URL: https://github.com/apache/maven/pull/2040#discussion_r1912011805
########## impl/maven-di/src/main/java/org/apache/maven/di/impl/ReflectionUtils.java: ########## @@ -382,4 +367,49 @@ public static <T> Binding<T> bindingFromConstructor(Key<T> key, Constructor<T> c return binding.withKey(key); } + + public static void getDisplayString(StringBuilder sb, Object object) { Review Comment: These two methods can now be private. -- 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