From 0967c6af29ba0546a167583535659a0c13de45b3 Mon Sep 17 00:00:00 2001 From: Elliott Clark Date: Fri, 27 Mar 2015 17:43:44 -0700 Subject: [PATCH] HBASE-13355 QA bot reports checking javac twice --- 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 a735be8413e..cbcc0aad268 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -688,7 +688,7 @@ checkProtocErrors () { checkProtocCompilationErrors $PATCH_DIR/patchProtocErrors.txt JIRA_COMMENT="$JIRA_COMMENT - {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings." + {color:green}+1 protoc{color}. The applied patch does not increase the total number of protoc compiler warnings." return 0 }