infraio commented on a change in pull request #2861:
URL: https://github.com/apache/hbase/pull/2861#discussion_r556208066



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
##########
@@ -4779,8 +4788,8 @@ public boolean checkAndRowMutate(byte[] row, Filter 
filter, TimeRange timeRange,
     return checkAndMutate(checkAndMutate).isSuccess();
   }
 
-  @Override
-  public CheckAndMutateResult checkAndMutate(CheckAndMutate checkAndMutate) 
throws IOException {
+  private CheckAndMutateResult checkAndMutateInternal(CheckAndMutate 
checkAndMutate)

Review comment:
       Why modify this to a private method?




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


Reply via email to