Apache9 commented on a change in pull request #3191:
URL: https://github.com/apache/hbase/pull/3191#discussion_r619742503
##########
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:
This generates a error prone warning, where we do not have a javadoc
summary for the method but only a return block.
[MissingSummary] A summary fragment is required; consider using the value of
the @return block as a summary fragment instead.
The suggestion is to just use the doc for `@return` as the javadoc summary.
--
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]