HorizonNet commented on a change in pull request #309: HBASE-22590 Remove the 
deprecated methods in Table interface
URL: https://github.com/apache/hbase/pull/309#discussion_r294049016
 
 

 ##########
 File path: 
hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/client/ThriftTable.java
 ##########
 @@ -410,8 +410,7 @@ public boolean thenMutate(RowMutations mutation) throws 
IOException {
   }
 
 
-  @Override
-  public boolean checkAndMutate(byte[] row, byte[] family, byte[] qualifier, 
CompareOperator op,
+ private boolean checkAndMutate(byte[] row, byte[] family, byte[] qualifier, 
CompareOperator op,
 
 Review comment:
   Why does this one get private?

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

Reply via email to