We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4662e71 + 3564243 commit 01fd161Copy full SHA for 01fd161
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