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:
Pavel Avgustinov
2019-08-14 12:36:26 +01:00
committed by GitHub
parent 09b87d8957
commit 356424308b

View File

@@ -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();