From 6e3f581ae4754251b39b4d194e70ab8aab62207c Mon Sep 17 00:00:00 2001 From: Lachlan Roberts Date: Tue, 27 Feb 2018 14:49:17 +1100 Subject: [PATCH] Disabled errorprone OperatorPrecedence warnings #2206 brackets can be used optionally for clarity but aren't manditory #2206 Signed-off-by: Lachlan Roberts --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 4948cf018c2..e5c3e4045d3 100644 --- a/pom.xml +++ b/pom.xml @@ -1066,6 +1066,7 @@ true -XepAllErrorsAsWarnings + -Xep:OperatorPrecedence:OFF