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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to