Author: szetszwo
Date: Sat Nov 9 01:34:22 2013
New Revision: 1540239
URL: http://svn.apache.org/r1540239
Log:
merge of r1535792 through r1540238 from trunk.
Modified:
hadoop/common/branches/HDFS-2832/ (props changed)
hadoop/common/branches/HDFS-2832/dev-support/test-patch.sh
Propchange: hadoop/common/branches/HDFS-2832/
------------------------------------------------------------------------------
Merged /hadoop/common/trunk:r1539897-1540238
Modified: hadoop/common/branches/HDFS-2832/dev-support/test-patch.sh
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/HDFS-2832/dev-support/test-patch.sh?rev=1540239&r1=1540238&r2=1540239&view=diff
==============================================================================
--- hadoop/common/branches/HDFS-2832/dev-support/test-patch.sh (original)
+++ hadoop/common/branches/HDFS-2832/dev-support/test-patch.sh Sat Nov 9
01:34:22 2013
@@ -425,9 +425,9 @@ checkJavadocWarnings () {
echo ""
echo "There appear to be $javadocWarnings javadoc warnings generated by the
patched build."
- #There are 11 warnings that are caused by things that are caused by using
sun internal APIs.
+ #There are 12 warnings that are caused by things that are caused by using
sun internal APIs.
#There are 2 warnings that are caused by the Apache DS Dn class used in
MiniKdc.
- OK_JAVADOC_WARNINGS=13;
+ OK_JAVADOC_WARNINGS=14;
### if current warnings greater than OK_JAVADOC_WARNINGS
if [[ $javadocWarnings -ne $OK_JAVADOC_WARNINGS ]] ; then
JIRA_COMMENT="$JIRA_COMMENT