Skip to content

Commit 3564243

Browse files
authored
YAMLExtractor: Update javadoc link
Recent SnakeYAML has removed the linked method; replace the link with a reference to what it became.
1 parent 09b87d8 commit 3564243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/extractor/src/com/semmle/js/extractor/YAMLExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private boolean atStreamEnd() {
135135
return parser.checkEvent(Event.ID.StreamEnd);
136136
}
137137

138-
/** Extract a complete YAML document; cf. {@link Composer#composeDocument}. */
138+
/** Extract a complete YAML document; cf. {@link Composer#getNode}. */
139139
private void extractDocument(Label parent, int idx, int[] codepoints) {
140140
// Drop the DOCUMENT-START event
141141
parser.getEvent();

0 commit comments

Comments
 (0)