mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
10 lines
201 B
Java
10 lines
201 B
Java
public class ArbitraryXMLLiveness {
|
|
|
|
public ArbitraryXMLLiveness() {
|
|
}
|
|
|
|
public static void main(String[] args) {
|
|
// Ensure the class is live, otherwise the dead methods will not be reported.
|
|
}
|
|
}
|