Skip to content

Commit 454eddd

Browse files
murtazahassan123saintstack
authored andcommitted
HBASE-22482 Fix tag Warnings in TestPartitionedMobCompactor (#255)
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
1 parent 0838c35 commit 454eddd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/mob/compactions/TestPartitionedMobCompactor.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -811,10 +811,11 @@ private void compareDelFiles(List<CompactionDelPartition> delPartitions) {
811811
/**
812812
* Creates store files.
813813
* @param basePath the path to create file
814-
* @family the family name
815-
* @qualifier the column qualifier
816-
* @count the store file number
817-
* @type the key type
814+
* @param family the column family name
815+
* @param qualifier the column qualifier assigned to data values
816+
* @param count the store file number
817+
* @param type the row key type
818+
* @param date the latest timestamp when an instance of MobFileName is created
818819
*/
819820
private void createStoreFiles(Path basePath, String family, String qualifier, int count,
820821
Type type, final Date date) throws IOException {

0 commit comments

Comments
 (0)