Skip to content

Commit 050b7a4

Browse files
committed
...
1 parent 215bf70 commit 050b7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaml/src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ public JsonToken nextToken() throws IOException
541541
// [dataformat-yaml#72]: logical end of doc; fine. Two choices; either skip,
542542
// or return null as marker (but do NOT close). Earlier returned `null`, but
543543
// to allow multi-document reading should actually just skip.
544-
// return (_currToken = null);
544+
// return _updateTokenToNull();
545545
continue;
546546
}
547547
if (evt.is(Event.ID.DocumentStart)) {

0 commit comments

Comments
 (0)