diff --git a/javascript/extractor/src/com/semmle/js/extractor/ExtractorConfig.java b/javascript/extractor/src/com/semmle/js/extractor/ExtractorConfig.java index bd42953e240..7beb67fa213 100644 --- a/javascript/extractor/src/com/semmle/js/extractor/ExtractorConfig.java +++ b/javascript/extractor/src/com/semmle/js/extractor/ExtractorConfig.java @@ -104,7 +104,7 @@ public class ExtractorConfig { /** * Returns the set of local variables in scope at the top-level of this module. - *

+ *

* If this source type has no local scope, the empty set is returned. */ public Set getPredefinedLocals(Platform platform, String extension) {