HBASE-22482 Fix tag Warnings in TestPartitionedMobCompactor (#255)
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
This commit is contained in:
parent
0838c356d4
commit
454edddd77
|
@ -811,10 +811,11 @@ public class TestPartitionedMobCompactor {
|
|||
/**
|
||||
* 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 column family name
|
||||
* @param qualifier the column qualifier assigned to data values
|
||||
* @param count the store file number
|
||||
* @param type the row key type
|
||||
* @param date the latest timestamp when an instance of MobFileName is created
|
||||
*/
|
||||
private void createStoreFiles(Path basePath, String family, String qualifier, int count,
|
||||
Type type, final Date date) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue