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 c9df362 commit 9aa88e5Copy full SHA for 9aa88e5
src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/ParameterNameTests.kt
@@ -270,7 +270,7 @@ class TestJacksonWithKotlin {
270
) : TestFields {
271
var factoryUsed: Boolean = false
272
private companion object Named {
273
- @JvmStatic @JsonCreator private fun create(
+ @JvmStatic @JsonCreator fun create(
274
@JsonProperty("name") nameThing: String,
275
@JsonProperty("age") age: Int,
276
@JsonProperty("primaryAddress") primaryAddress: String,
0 commit comments