HDFS-11487. Ozone: Exclude container protobuf files from findbugs check(amends previous fix). Contributed by Yuanbo Liu.

This commit is contained in:
Xiaoyu Yao 2017-03-14 21:18:44 -07:00
parent 39058dd601
commit 72f4e3f347
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,6 @@
</Match>
<Match>
<Package name="org.apache.hadoop.hdfs.ozone.protocol.proto" />
<Package name="org.apache.hadoop.ozone.protocol.proto" />
</Match>
</FindBugsFilter>