You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2013/11/08 15:46:09 UTC

svn commit: r1540059 - /hbase/trunk/dev-support/test-patch.properties

Author: tedyu
Date: Fri Nov  8 14:46:09 2013
New Revision: 1540059

URL: http://svn.apache.org/r1540059
Log:
HBASE-9920 Lower OK_FINDBUGS_WARNINGS in test-patch.properties


Modified:
    hbase/trunk/dev-support/test-patch.properties

Modified: hbase/trunk/dev-support/test-patch.properties
URL: http://svn.apache.org/viewvc/hbase/trunk/dev-support/test-patch.properties?rev=1540059&r1=1540058&r2=1540059&view=diff
==============================================================================
--- hbase/trunk/dev-support/test-patch.properties (original)
+++ hbase/trunk/dev-support/test-patch.properties Fri Nov  8 14:46:09 2013
@@ -19,7 +19,7 @@ MAVEN_OPTS="-Xmx3100M"
 # Please update the per-module test-patch.properties if you update this file.
 
 OK_RELEASEAUDIT_WARNINGS=0
-OK_FINDBUGS_WARNINGS=109
+OK_FINDBUGS_WARNINGS=87
 # Allow two warnings.  Javadoc complains about sun.misc.Unsafe use.  See HBASE-7457
 OK_JAVADOC_WARNINGS=2