diff --git a/javascript/extractor/src/com/semmle/js/extractor/YAMLExtractor.java b/javascript/extractor/src/com/semmle/js/extractor/YAMLExtractor.java index e1966e0a98e..6cf67261df3 100644 --- a/javascript/extractor/src/com/semmle/js/extractor/YAMLExtractor.java +++ b/javascript/extractor/src/com/semmle/js/extractor/YAMLExtractor.java @@ -135,7 +135,7 @@ public class YAMLExtractor implements IExtractor { return parser.checkEvent(Event.ID.StreamEnd); } - /** Extract a complete YAML document; cf. {@link Composer#composeDocument}. */ + /** Extract a complete YAML document; cf. {@link Composer#getNode}. */ private void extractDocument(Label parent, int idx, int[] codepoints) { // Drop the DOCUMENT-START event parser.getEvent();