This is an automated email from the ASF dual-hosted git repository.

achouhan pushed a commit to branch 4.14-HBase-1.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.14-HBase-1.3 by this push:
     new 104127f  PHOENIX-5745 Fix QA false negatives
104127f is described below

commit 104127fe0a4ef730e516c78e7dfdb31e4f080a0d
Author: Abhishek Singh Chouhan <achou...@apache.org>
AuthorDate: Tue Feb 25 14:41:34 2020 -0800

    PHOENIX-5745 Fix QA false negatives
---
 dev/test-patch.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/test-patch.sh b/dev/test-patch.sh
index 8e22fc4..090bf69 100755
--- a/dev/test-patch.sh
+++ b/dev/test-patch.sh
@@ -1090,8 +1090,8 @@ checkJavacWarnings
 (( RESULT = RESULT + $? ))
 # checkProtocErrors
 # (( RESULT = RESULT + $? ))
-checkJavadocWarnings
-(( RESULT = RESULT + $? ))
+#checkJavadocWarnings
+#(( RESULT = RESULT + $? ))
 # checkCheckstyleErrors
 # (( RESULT = RESULT + $? ))
 checkInterfaceAudience

Reply via email to