diff --git a/javascript/extractor/src/com/semmle/js/extractor/ASTExtractor.java b/javascript/extractor/src/com/semmle/js/extractor/ASTExtractor.java index 19b3283121d..8dcc6d3a5c5 100644 --- a/javascript/extractor/src/com/semmle/js/extractor/ASTExtractor.java +++ b/javascript/extractor/src/com/semmle/js/extractor/ASTExtractor.java @@ -294,8 +294,8 @@ public class ASTExtractor { * True if this occurs as part of a type annotation, i.e. it is {@link #typeBind} or {@link * #typeDecl}, {@link #typeLabel}, {@link #varInTypeBind}, or {@link #namespaceBind}. * - *
Does not hold for {@link #varAndTypeDecl} or {@link #typeOnlyImportExport} as these - * do not occur in type annotations. + *
Does not hold for {@link #varAndTypeDecl}, {@link #typeOnlyImport}, or @{link {@link #typeOnlyExport} + * as these do not occur in type annotations. */ public boolean isInsideType() { return this == typeBind