Skip to content

Commit cca3141

Browse files
committed
Fix mistake wrt issue id; fix was for #247 (not 246)
1 parent f0de305 commit cca3141

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ion/src/main/java/com/fasterxml/jackson/dataformat/ion/IonGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ protected void _verifyValueWrite(String msg) throws IOException, JsonGenerationE
445445
if (status == JsonWriteContext.STATUS_EXPECT_NAME) {
446446
_reportError("Can not "+msg+", expecting field name");
447447
}
448-
// 18-Feb-2021, tatu: as per [dataformats-binary#246], this does not work
448+
// 18-Feb-2021, tatu: as per [dataformats-binary#247], this does not work
449449
// (Ion impl must do pretty-printing), so
450450
/*
451451
// Only additional work needed if we are pretty-printing

release-notes/VERSION-2.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Project: jackson-datatypes-binaryModules:
2020
(contributed by jhhladky@github)
2121
#244: (ion) Add support for deserializing IonTimestamps and IonBlobs
2222
(contributed by jessbrya-amzn@github)
23-
#246: (ion) Enabling pretty-printing fails Ion serialization
23+
#247: (ion) Enabling pretty-printing fails Ion serialization
2424

2525
2.12.1 (08-Jan-2021)
2626

0 commit comments

Comments
 (0)