Skip to content

Commit 2da6234

Browse files
Java: Fix QLDoc
1 parent 6d0df7c commit 2da6234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/ql/src/semmle/code/java/PrintAst.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,9 @@ final class ImportsNode extends PrintAstNode, TImportsNode {
645645
)
646646
}
647647

648+
/**
649+
* Gets the underlying CompilationUnit.
650+
*/
648651
CompilationUnit getCompilationUnit() { result = cu }
649652
}
650653

0 commit comments

Comments
 (0)