Fix Kotlin code snippets language

Closes gh-28810
This commit is contained in:
Sébastien Deleuze 2022-07-13 09:19:08 +02:00
parent 1ef8800c6c
commit d1df4d3739
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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