From cbea5d2db4c71a9662e544bf0b37ecf4dca1fadc Mon Sep 17 00:00:00 2001 From: Allen Wittenauer Date: Mon, 11 May 2015 12:13:22 -0700 Subject: [PATCH] re-commit of HADOOP-11881 --- dev-support/test-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index ae91b8e0d0..9cc5bb016d 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -1731,7 +1731,7 @@ function check_javac > "${PATCH_DIR}/diffJavacWarnings.txt" add_jira_table -1 javac "The applied patch generated "\ - "$((patchJavacWarnings-${PATCH_BRANCH}JavacWarnings))" \ + "$((patchJavacWarnings-branchJavacWarnings))" \ " additional warning messages." add_jira_footer javac "@@BASE@@/diffJavacWarnings.txt"