From 3113b276061ba90d20ffecc49174eefbfc6da87a Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Thu, 10 Mar 2022 10:03:14 +0000 Subject: [PATCH] Fix style --- java/ql/lib/semmle/code/java/Expr.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/ql/lib/semmle/code/java/Expr.qll b/java/ql/lib/semmle/code/java/Expr.qll index d8824d88cd4..dd85b458630 100755 --- a/java/ql/lib/semmle/code/java/Expr.qll +++ b/java/ql/lib/semmle/code/java/Expr.qll @@ -173,7 +173,7 @@ class CompileTimeConstantExpr extends Expr { */ pragma[nomagic] string getStringifiedValue() { - result = getStringValue() + result = this.getStringValue() or result = this.(Literal).getValue() or