We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215bf70 commit 050b7a4Copy full SHA for 050b7a4
yaml/src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLParser.java
@@ -541,7 +541,7 @@ public JsonToken nextToken() throws IOException
541
// [dataformat-yaml#72]: logical end of doc; fine. Two choices; either skip,
542
// or return null as marker (but do NOT close). Earlier returned `null`, but
543
// to allow multi-document reading should actually just skip.
544
-// return (_currToken = null);
+// return _updateTokenToNull();
545
continue;
546
}
547
if (evt.is(Event.ID.DocumentStart)) {
0 commit comments