Apache9 commented on a change in pull request #2616:
URL: https://github.com/apache/hbase/pull/2616#discussion_r517070822
##########
File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/Append.java
##########
@@ -162,10 +162,9 @@ public Append addColumn(byte[] family, byte[] qualifier,
byte[] value) {
/**
* Add column and value to this Append operation.
- * @param cell
* @return This instance
*/
- @SuppressWarnings("unchecked")
+ @Override
Review comment:
Just some minor fix on checkstyle.
----------------------------------------------------------------
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]