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
This commit is contained in:
Michael Stack 2012-12-29 09:25:24 +00:00
parent d3371b1b09
commit 6184854cd8
1 changed files with 2 additions and 1 deletions

View File

@ -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