HBASE-13355 QA bot reports checking javac twice

This commit is contained in:
Elliott Clark 2015-03-27 17:43:44 -07:00
parent bd837d47f7
commit 0967c6af29
1 changed files with 1 additions and 1 deletions

View File

@ -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
}