mirror of
https://github.com/github/codeql.git
synced 2026-01-08 04:00:26 +01:00
YAMLExtractor: Update javadoc link
Recent SnakeYAML has removed the linked method; replace the link with a reference to what it became.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user