Skip to content

Commit 9cedd3c

Browse files
committed
Improve comment
1 parent 5d053c9 commit 9cedd3c

File tree

1 file changed

+2
-0
lines changed
  • src/test/kotlin/tools/jackson/module/kotlin/test/github

1 file changed

+2
-0
lines changed

src/test/kotlin/tools/jackson/module/kotlin/test/github/Github56.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ class TestGithub56 {
1111
data class TestGalleryWidget_BAD(
1212
val widgetReferenceId: String,
1313
// IMPORTANT! Need _at least_ @get one (@param optional, not sufficient)
14+
// (see https://github.com/FasterXML/jackson-databind/pull/5466 for change
15+
// that made this necessary in 3.1 )
1416
@get:JsonUnwrapped var gallery: TestGallery
1517
)
1618

0 commit comments

Comments
 (0)