mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Reformat
This commit is contained in:
@@ -3,9 +3,7 @@ import APIUsage
|
||||
private import experimental.semmle.code.java.Logging
|
||||
|
||||
class ExternalAPI extends Callable {
|
||||
ExternalAPI() {
|
||||
not this.fromSource()
|
||||
}
|
||||
ExternalAPI() { not this.fromSource() }
|
||||
|
||||
string simpleName() {
|
||||
result = getDeclaringType().getSourceDeclaration() + "#" + this.getStringSignature()
|
||||
|
||||
Reference in New Issue
Block a user