busbey commented on a change in pull request #923: HBASE-23554 Encoded
regionname to regionname utility
URL: https://github.com/apache/hbase/pull/923#discussion_r356362451
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java
##########
@@ -1717,18 +1717,18 @@ public static Throwable toException(final
NameBytesPair parameter) throws IOExce
* A helper to retrieve region info given a region name
* using admin protocol.
*
- * @param admin
- * @param regionName
* @return the retrieved region info
* @throws IOException
*/
- public static org.apache.hadoop.hbase.client.RegionInfo getRegionInfo(final
RpcController controller,
- final AdminService.BlockingInterface admin, final byte[] regionName)
throws IOException {
+ public static org.apache.hadoop.hbase.client.RegionInfo
getRegionInfo(RpcController controller,
Review comment:
Why we removing final markers?
----------------------------------------------------------------
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