You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/04/02 23:47:19 UTC

[GitHub] [incubator-iceberg] rdblue commented on a change in pull request #888: Use Objects.requireNonNull to check parameter is or not null

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org