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 2019/04/03 17:19:37 UTC

[GitHub] [incubator-iceberg] rdblue commented on a change in pull request #147: Add override annotations for HadoopTableOperations

rdblue commented on a change in pull request #147: Add override annotations for HadoopTableOperations
URL: https://github.com/apache/incubator-iceberg/pull/147#discussion_r271847788
 
 

 ##########
 File path: api/src/main/java/org/apache/iceberg/types/Type.java
 ##########
 @@ -112,10 +114,11 @@ Object writeReplace() throws ObjectStreamException {
   }
 
   abstract class NestedType implements Type {
+    @Override
     public boolean isNestedType() {
       return true;
     }
-
+    @Override
 
 Review comment:
   There should be an empty line between the two methods.

----------------------------------------------------------------
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