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

cwylie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 183d5be  fix spotbugs failure in Expr.java (#7944)
183d5be is described below

commit 183d5be7ec7521fe375c0f9da094f4a574806970
Author: Clint Wylie <[email protected]>
AuthorDate: Fri Jun 21 14:49:22 2019 -0700

    fix spotbugs failure in Expr.java (#7944)
---
 core/src/main/java/org/apache/druid/math/expr/Expr.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/src/main/java/org/apache/druid/math/expr/Expr.java 
b/core/src/main/java/org/apache/druid/math/expr/Expr.java
index ee5ff96..ae9be9c 100644
--- a/core/src/main/java/org/apache/druid/math/expr/Expr.java
+++ b/core/src/main/java/org/apache/druid/math/expr/Expr.java
@@ -343,7 +343,6 @@ class StringExpr extends ConstantExpr
     return value;
   }
 
-  @Nullable
   @Override
   public String toString()
   {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to