Fix Kotlin code snippets language
Closes gh-28810
This commit is contained in:
@@ -1368,7 +1368,7 @@ The following example shows the corresponding `ExampleBean` class:
|
||||
}
|
||||
}
|
||||
----
|
||||
[source,java,indent=0,subs="verbatim,quotes",role="secondary"]
|
||||
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
|
||||
.Kotlin
|
||||
----
|
||||
class ExampleBean(
|
||||
|
||||
@@ -2523,7 +2523,7 @@ listeners. The following listing demonstrates this style of configuration:
|
||||
}
|
||||
----
|
||||
|
||||
[source,java,indent=0,subs="verbatim,quotes",role="secondary"]
|
||||
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
|
||||
.Kotlin
|
||||
----
|
||||
@ContextConfiguration
|
||||
|
||||
Reference in New Issue
Block a user