Pankraz76 commented on code in PR #2290: URL: https://github.com/apache/maven/pull/2290#discussion_r2077038119
########## impl/maven-impl/src/main/java/org/apache/maven/impl/ImplUtils.java: ########## @@ -25,18 +25,21 @@ import java.util.stream.Collectors; class ImplUtils { + + /** + * @deprecated Use {@link Objects#requireNonNull(Object)} instead. + */ + @Deprecated Review Comment: agree on less is more, so its gone. -- 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