Skip to content

Commit 32fe12a

Browse files
committed
Java: Delay deprecation a bit.
1 parent 2d02908 commit 32fe12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/Statement.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ class ReturnStmt extends Stmt, @returnstmt {
646646
*
647647
* Gets the expression returned by this `return` statement, if any.
648648
*/
649-
deprecated Expr getResult() { result.getParent() = this }
649+
Expr getResult() { result.getParent() = this }
650650

651651
/** Gets the expression returned by this `return` statement, if any. */
652652
Expr getExpr() { result.getParent() = this }

0 commit comments

Comments
 (0)