Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C19BA10464 for ; Sat, 9 Nov 2013 01:34:47 +0000 (UTC) Received: (qmail 3746 invoked by uid 500); 9 Nov 2013 01:34:47 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 3680 invoked by uid 500); 9 Nov 2013 01:34:47 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 3673 invoked by uid 99); 9 Nov 2013 01:34:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Nov 2013 01:34:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Nov 2013 01:34:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D11AE23888FE for ; Sat, 9 Nov 2013 01:34:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1540239 - in /hadoop/common/branches/HDFS-2832: ./ dev-support/test-patch.sh Date: Sat, 09 Nov 2013 01:34:23 -0000 To: common-commits@hadoop.apache.org From: szetszwo@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131109013423.D11AE23888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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