Java: Autoformat

This commit is contained in:
Ian Lynagh
2021-10-20 17:45:01 +01:00
parent 25b5601da9
commit 830f81bfdb

View File

@@ -367,7 +367,9 @@ class ParameterizedType extends ClassOrInterface {
}
/** Holds if this type originates from source code. */
override predicate fromSource() { typeVars(_, _, _, _, this) and ClassOrInterface.super.fromSource() }
override predicate fromSource() {
typeVars(_, _, _, _, this) and ClassOrInterface.super.fromSource()
}
override string getAPrimaryQlClass() { result = "ParameterizedType" }
}