Skip to content

Commit

Permalink
Merge pull request #906 from k163377/fix-prop
Browse files Browse the repository at this point in the history
Delete Javadoc for deleted property
  • Loading branch information
k163377 authored Feb 2, 2025
2 parents 2bf0f56 + c3d28d6 commit d5024e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/tools/jackson/module/kotlin/KotlinModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ fun Class<*>.isKotlinClass(): Boolean = this.isAnnotationPresent(Metadata::class
* using the default value provided in Kotlin.
* @property singletonSupport Default: false. Mode for singleton handling.
* See [KotlinFeature.SingletonSupport]
* @property enabledSingletonSupport Default: false. A temporary property that is maintained until the return value of `singletonSupport` is changed.
* It will be removed in 2.21.
* @property strictNullChecks Default: false. Whether to check deserialized collections. With this disabled,
* the default, collections which are typed to disallow null members
* (e.g. List<String>) may contain null values after deserialization. Enabling it
Expand Down

0 comments on commit d5024e6

Please sign in to comment.