This is an automated email from the ASF dual-hosted git repository.
stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 454eddd HBASE-22482 Fix tag Warnings in TestPartitionedMobCompactor
(#255)
454eddd is described below
commit 454edddd77aa8c57bba501ebacc06778dea3cfed
Author: syedmurtazahassan <[email protected]>
AuthorDate: Sun Jun 9 23:21:43 2019 +0200
HBASE-22482 Fix tag Warnings in TestPartitionedMobCompactor (#255)
Signed-off-by: Jan Hentschel <[email protected]>
---
.../hbase/mob/compactions/TestPartitionedMobCompactor.java | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git
a/hbase-server/src/test/java/org/apache/hadoop/hbase/mob/compactions/TestPartitionedMobCompactor.java
b/hbase-server/src/test/java/org/apache/hadoop/hbase/mob/compactions/TestPartitionedMobCompactor.java
index 2cf741e..4e6461a 100644
---
a/hbase-server/src/test/java/org/apache/hadoop/hbase/mob/compactions/TestPartitionedMobCompactor.java
+++
b/hbase-server/src/test/java/org/apache/hadoop/hbase/mob/compactions/TestPartitionedMobCompactor.java
@@ -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 {