HDFS-11487. Ozone: Exclude container protobuf files from findbugs check. Contributed by Yuanbo Liu.

This commit is contained in:
Anu Engineer 2017-03-06 14:17:41 -08:00
parent 0951726233
commit 72f0bed3dd
1 changed files with 4 additions and 0 deletions

View File

@ -60,4 +60,8 @@
<Field name="cachingStrategy" />
<Bug pattern="IS2_INCONSISTENT_SYNC" />
</Match>
<Match>
<Package name="org.apache.hadoop.hdfs.ozone.protocol.proto" />
</Match>
</FindBugsFilter>