mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Java: update comments in tests
This commit is contained in:
@@ -17,11 +17,11 @@ public class Test {
|
||||
|
||||
// Overload of `finalize`
|
||||
protected void finalize(String s) throws Throwable {
|
||||
System.out.println(s);
|
||||
// ...
|
||||
}
|
||||
|
||||
// COMPLIANT: call to overload of `finalize`
|
||||
void f2() throws Throwable {
|
||||
// COMPLIANT: call to overload of `finalize`
|
||||
this.finalize("overload");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user