saintstack commented on a change in pull request #170: HBASE-22275 Removed 
deprecated getRegionInfo in HRegionLocation
URL: https://github.com/apache/hbase/pull/170#discussion_r277516685
 
 

 ##########
 File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/MultiServerCallable.java
 ##########
 @@ -76,7 +75,7 @@ protected HRegionLocation getLocation() {
   }
 
   @Override
-  public HRegionInfo getHRegionInfo() {
+  public RegionInfo getRegionInfo() {
 
 Review comment:
   You changing a public method here? Do you have to deprecate the old?

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