We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78234c5 commit 251513cCopy full SHA for 251513c
java/ql/lib/semmle/code/java/Annotation.qll
@@ -37,7 +37,9 @@ class Annotation extends @annotation, Expr {
37
}
38
39
/** Gets the annotation type declaration for this annotation. */
40
- override AnnotationType getType() { result = Expr.super.getType().(AnnotationType).getSourceDeclaration() }
+ override AnnotationType getType() {
41
+ result = Expr.super.getType().(AnnotationType).getSourceDeclaration()
42
+ }
43
44
/** Gets the annotation element with the specified `name`. */
45
AnnotationElement getAnnotationElement(string name) {
0 commit comments