diff --git a/java/ql/lib/semmle/code/java/Expr.qll b/java/ql/lib/semmle/code/java/Expr.qll index 7bf70d7f447f..12c5c43eb379 100644 --- a/java/ql/lib/semmle/code/java/Expr.qll +++ b/java/ql/lib/semmle/code/java/Expr.qll @@ -2603,7 +2603,7 @@ class WhenBranch extends Stmt, @whenbranch { * * Gets the condition of this branch. */ - deprecated Expr getCondition() { + /* TODO: deprecated */ Expr getCondition() { result = this.getCondition(0).(WhenBranchConditionWithExpression).getExpression() }