mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Exclude main methods from models
This commit is contained in:
@@ -21,4 +21,8 @@ public class Sinks {
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws IOException {
|
||||
String foo = new Sinks().readUrl(new URL(args[0]), Charset.defaultCharset());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user