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

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

Author: nkeywal
Date: Mon Nov 25 17:51:45 2013
New Revision: 1545350

URL: http://svn.apache.org/r1545350
Log:
HBASE-10011 Fix some findbugs in the client - addendum: set OK_FINDBUGS_WARNINGS=89

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=1545350&r1=1545349&r2=1545350&view=diff
==============================================================================
--- hbase/trunk/dev-support/test-patch.properties (original)
+++ hbase/trunk/dev-support/test-patch.properties Mon Nov 25 17:51:45 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=89
 # Allow two warnings.  Javadoc complains about sun.misc.Unsafe use.  See HBASE-7457
 OK_JAVADOC_WARNINGS=2