HBASE-27048 Addendum spotless fix
This commit is contained in:
parent
8fcb94ae8a
commit
f213c52d96
|
@ -178,8 +178,8 @@ public class TestScannerHeartbeatMessages {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static Table createTestTable(TableName name, byte[][] rows, byte[][] families, byte[][] qualifiers,
|
static Table createTestTable(TableName name, byte[][] rows, byte[][] families,
|
||||||
byte[] cellValue) throws IOException {
|
byte[][] qualifiers, byte[] cellValue) throws IOException {
|
||||||
Table ht = TEST_UTIL.createTable(name, families);
|
Table ht = TEST_UTIL.createTable(name, families);
|
||||||
List<Put> puts = createPuts(rows, families, qualifiers, cellValue);
|
List<Put> puts = createPuts(rows, families, qualifiers, cellValue);
|
||||||
ht.put(puts);
|
ht.put(puts);
|
||||||
|
|
Loading…
Reference in New Issue