Commit 73ec973d authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #12633 from sdeleuze:kotlin-configuration-doc-fix

* pr/12633:
  Fix Kotlin @ConfigurationProperties example
parents 6e01a96b 561c24b3
...@@ -7745,7 +7745,7 @@ class KotlinExampleProperties { ...@@ -7745,7 +7745,7 @@ class KotlinExampleProperties {
lateinit var foo2: String lateinit var foo2: String
lateinit val bar = Bar() val bar = Bar()
class Bar { class Bar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment