saintstack commented on a change in pull request #302: HBASE-22571 Javadoc
Warnings related to @return tag
URL: https://github.com/apache/hbase/pull/302#discussion_r299226036
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/client/VersionInfoUtil.java
##########
@@ -149,7 +149,7 @@ private static int buildVersionNumber(int major, int
minor, int patch) {
/**
* Returns the version components
* Examples: "1.4.3" returns [1, 4, 3], "4.5.6-SNAPSHOT" returns [4, 5, 6,
"SNAPSHOT"]
- * @returns the components of the version string
+ * @return the components of the version string
Review comment:
Good
----------------------------------------------------------------
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