HDFS-11473. Ozone : exclude cblock protobuf files from findbugs check. Contributed by Xiaoyu Yao.

This commit is contained in:
Anu Engineer 2017-03-01 09:40:18 -08:00 committed by Owen O'Malley
parent b8b72241aa
commit b29ae6e5f7

View File

@ -20,6 +20,9 @@
<Match>
<Package name="org.apache.hadoop.ozone.protocol.proto" />
</Match>
<Match>
<Package name ="org.apache.hadoop.cblock.protocol.proto" />
</Match>
<Match>
<Bug pattern="EI_EXPOSE_REP" />
</Match>