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/05/27 20:35:06 UTC

[GitHub] [hbase] HorizonNet commented on a change in pull request #255: HBASE-22482 Fix tag Warings in TestPartitionedMobCompactor

HorizonNet commented on a change in pull request #255: HBASE-22482 Fix tag Warings in TestPartitionedMobCompactor
URL: https://github.com/apache/hbase/pull/255#discussion_r287878010
 
 

 ##########
 File path: hbase-server/src/test/java/org/apache/hadoop/hbase/mob/compactions/TestPartitionedMobCompactor.java
 ##########
 @@ -811,10 +811,11 @@ private void compareDelFiles(List<CompactionDelPartition> delPartitions) {
   /**
    * Creates store files.
    * @param basePath the path to create file
-   * @family the family name
-   * @qualifier the column qualifier
-   * @count the store file number
-   * @type the key type
+   * @param family the family name
+   * @param qualifier the column qualifier
+   * @param count the store file number
+   * @param type the key type
+   * @param date the date value
 
 Review comment:
   Could you please make it a little bit more specific? What's the purpose of the parameters?

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