Skip to content

Commit d5024e6

Browse files
authored
Merge pull request #906 from k163377/fix-prop
Delete Javadoc for deleted property
2 parents 2bf0f56 + c3d28d6 commit d5024e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/tools/jackson/module/kotlin/KotlinModule.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ fun Class<*>.isKotlinClass(): Boolean = this.isAnnotationPresent(Metadata::class
1919
* using the default value provided in Kotlin.
2020
* @property singletonSupport Default: false. Mode for singleton handling.
2121
* See [KotlinFeature.SingletonSupport]
22-
* @property enabledSingletonSupport Default: false. A temporary property that is maintained until the return value of `singletonSupport` is changed.
23-
* It will be removed in 2.21.
2422
* @property strictNullChecks Default: false. Whether to check deserialized collections. With this disabled,
2523
* the default, collections which are typed to disallow null members
2624
* (e.g. List<String>) may contain null values after deserialization. Enabling it

0 commit comments

Comments
 (0)