From bf5f9e5240847c8788c9dce700dd94750325863d Mon Sep 17 00:00:00 2001 From: Zhihong Yu Date: Fri, 8 Nov 2013 14:46:09 +0000 Subject: [PATCH] HBASE-9920 Lower OK_FINDBUGS_WARNINGS in test-patch.properties git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1540059 13f79535-47bb-0310-9956-ffa450edef68 --- dev-support/test-patch.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/test-patch.properties b/dev-support/test-patch.properties index 1c1e7c10f61..dcaa42828d9 100644 --- a/dev-support/test-patch.properties +++ b/dev-support/test-patch.properties @@ -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