fix spotbugs failure in Expr.java (#7944)

This commit is contained in:
Clint Wylie 2019-06-21 14:49:22 -07:00 committed by GitHub
parent 2bc8e7c0e8
commit 183d5be7ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -343,7 +343,6 @@ class StringExpr extends ConstantExpr
return value;
}
@Nullable
@Override
public String toString()
{