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:
parent
a99bd2c9ec
commit
81b15f1907
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue