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:
parent
d3371b1b09
commit
6184854cd8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue