HBASE-12516 Clean up QA Bot warnings

Signed-off-by: stack <stack@apache.org>
This commit is contained in:
Sean Busbey 2014-11-18 08:53:26 -06:00 committed by stack
parent d2ff1269f9
commit cd08f8b2be
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ implements Configurable {
/**
* Writes the reducer output to an HBase table.
*
* @param <KEY> The type of the key.
*/
protected class TableRecordWriter
extends RecordWriter<KEY, Mutation> {