We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b87d8 commit 3564243Copy full SHA for 3564243
javascript/extractor/src/com/semmle/js/extractor/YAMLExtractor.java
@@ -135,7 +135,7 @@ private boolean atStreamEnd() {
135
return parser.checkEvent(Event.ID.StreamEnd);
136
}
137
138
- /** Extract a complete YAML document; cf. {@link Composer#composeDocument}. */
+ /** Extract a complete YAML document; cf. {@link Composer#getNode}. */
139
private void extractDocument(Label parent, int idx, int[] codepoints) {
140
// Drop the DOCUMENT-START event
141
parser.getEvent();
0 commit comments