Author: jmhsieh
Date: Fri Mar 30 23:57:24 2012
New Revision: 1307656

URL: http://svn.apache.org/viewvc?rev=1307656&view=rev
Log:
HBASE-5598 [findbugs] Exclude Protobuf warnings from wire compat patches

Modified:
    hbase/trunk/dev-support/findbugs-exclude.xml

Modified: hbase/trunk/dev-support/findbugs-exclude.xml
URL: 
http://svn.apache.org/viewvc/hbase/trunk/dev-support/findbugs-exclude.xml?rev=1307656&r1=1307655&r2=1307656&view=diff
==============================================================================
--- hbase/trunk/dev-support/findbugs-exclude.xml (original)
+++ hbase/trunk/dev-support/findbugs-exclude.xml Fri Mar 30 23:57:24 2012
@@ -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>


Reply via email to