You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/07/04 09:44:59 UTC

[GitHub] [hbase] HorizonNet commented on a change in pull request #302: HBASE-22571 Javadoc Warnings related to @return tag

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

 ##########
 File path: hbase-server/src/test/java/org/apache/hadoop/hbase/util/MultiThreadedAction.java
 ##########
 @@ -320,7 +320,7 @@ public boolean verifyResultAgainstDataGenerator(Result result, boolean verifyVal
    * @param verifyCfAndColumnIntegrity verify that cf/column set in the result is complete. Note
    *                                   that to use this multiPut should be used, or verification
    *                                   has to happen after writes, otherwise there can be races.
-   * @return
+   * @return the verified result from get or scan
 
 Review comment:
   NIT, because it is a boolean it would be better to have it in the format "true if ...., false otherwise".

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services