rdblue commented on a change in pull request #888: Use Objects.requireNonNull
to check parameter is or not null
URL: https://github.com/apache/incubator-iceberg/pull/888#discussion_r402659227
##########
File path: .baseline/checkstyle/checkstyle.xml
##########
@@ -74,6 +74,7 @@
<module name="AvoidStaticImport"> <!-- Java Style Guide: No static
imports -->
<property name="excludes" value="
java.util.Collections.*,
+ java.util.Objects.*,
Review comment:
We don't use static imports, so please revert this.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]