From 6184854cd840f295baf782d8fd1eaea6668f5dfd Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Sat, 29 Dec 2012 09:25:24 +0000 Subject: [PATCH] HBASE-7457 Fix javadoc warnings in hadoopqa tool, it complains about unsafe accesses git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426728 13f79535-47bb-0310-9956-ffa450edef68 --- dev-support/test-patch.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-support/test-patch.properties b/dev-support/test-patch.properties index d8cc38f9482..7a911825a83 100644 --- a/dev-support/test-patch.properties +++ b/dev-support/test-patch.properties @@ -20,6 +20,7 @@ MAVEN_OPTS="-Xmx3g" OK_RELEASEAUDIT_WARNINGS=84 OK_FINDBUGS_WARNINGS=226 -OK_JAVADOC_WARNINGS=0 +# Allow two warnings. Javadoc complains about sun.misc.Unsafe use. See HBASE-7457 +OK_JAVADOC_WARNINGS=2 MAX_LINE_LENGTH=100