HBASE-5598 [findbugs] Exclude Protobuf warnings from wire compat patches

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1307656 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Hsieh 2012-03-30 23:57:24 +00:00
parent a99bd2c9ec
commit 81b15f1907
1 changed files with 5 additions and 0 deletions

View File

@ -27,4 +27,9 @@
<Match>
<Package name="org.apache.hadoop.hbase.rest.protobuf.generated"/>
</Match>
<Match>
<Package name="org.apache.hadoop.hbase.protobuf.generated"/>
</Match>
</FindBugsFilter>