rdblue commented on a change in pull request #149: Add override annotation for
test classes
URL: https://github.com/apache/incubator-iceberg/pull/149#discussion_r271821423
##########
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:
Nit: this didn't add a new line, so the methods aren't separated.
----------------------------------------------------------------
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]