Java: Fix QLDoc

This commit is contained in:
Joe
2020-09-17 17:31:24 +01:00
parent 6d0df7cb3a
commit 2da6234317

View File

@@ -645,6 +645,9 @@ final class ImportsNode extends PrintAstNode, TImportsNode {
)
}
/**
* Gets the underlying CompilationUnit.
*/
CompilationUnit getCompilationUnit() { result = cu }
}