HBASE-12516 Clean up QA Bot warnings
Signed-off-by: stack <stack@apache.org>
This commit is contained in:
parent
d2ff1269f9
commit
cd08f8b2be
|
@ -86,8 +86,6 @@ implements Configurable {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Writes the reducer output to an HBase table.
|
* Writes the reducer output to an HBase table.
|
||||||
*
|
|
||||||
* @param <KEY> The type of the key.
|
|
||||||
*/
|
*/
|
||||||
protected class TableRecordWriter
|
protected class TableRecordWriter
|
||||||
extends RecordWriter<KEY, Mutation> {
|
extends RecordWriter<KEY, Mutation> {
|
||||||
|
|
Loading…
Reference in New Issue