Skip to content

Commit 30610c9

Browse files
authored
Temporarily de-deprecate SuperMethodAccess to accommodate private tests
1 parent 92d3d9d commit 30610c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@ class SuperMethodCall extends MethodCall {
21402140
}
21412141

21422142
/** DEPRECATED: Alias for `SuperMethodCall`. */
2143-
deprecated class SuperMethodAccess = SuperMethodCall;
2143+
class SuperMethodAccess = SuperMethodCall;
21442144

21452145
/**
21462146
* A constructor call, which occurs either as a constructor invocation inside a

0 commit comments

Comments
 (0)