HBASE-16180 Fix ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD findbugs introduced by parent

This commit is contained in:
stack 2016-07-05 15:43:56 -07:00
parent 368c32e322
commit 2d6cdfb10a
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ import org.apache.hadoop.io.Writable;
* Writes HFile format version 2.
*/
@InterfaceAudience.Private
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD",
justification="Understood but doing it anyway; HBASE-14730")
public class HFileWriterV2 extends AbstractHFileWriter {
static final Log LOG = LogFactory.getLog(HFileWriterV2.class);