mirror of https://github.com/apache/druid.git
fix spotbugs failure in Expr.java (#7944)
This commit is contained in:
parent
2bc8e7c0e8
commit
183d5be7ec
|
@ -343,7 +343,6 @@ class StringExpr extends ConstantExpr
|
|||
return value;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue