nyl3532016 commented on a change in pull request #3191: URL: https://github.com/apache/hbase/pull/3191#discussion_r619737005
########## File path: hbase-balancer/src/main/java/org/apache/hadoop/hbase/favored/FavoredNodesPlan.java ########## @@ -75,7 +75,7 @@ public void updateFavoredNodesMap(RegionInfo region, List<ServerName> servers) { } /** - * @return the list of favored region server for this region based on the plan + * Returns the list of favored region server for this region based on the plan Review comment: we do not use javadoc ? ########## File path: hbase-balancer/src/main/java/org/apache/hadoop/hbase/favored/FavoredNodesPlan.java ########## @@ -75,7 +75,7 @@ public void updateFavoredNodesMap(RegionInfo region, List<ServerName> servers) { } /** - * @return the list of favored region server for this region based on the plan + * Returns the list of favored region server for this region based on the plan Review comment: Get it, Thanks! -- 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: us...@infra.apache.org