Skip to content

Commit d1df4d3

Browse files
committed
Fix Kotlin code snippets language
Closes gh-28810
1 parent 1ef8800 commit d1df4d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/docs/asciidoc/core/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ The following example shows the corresponding `ExampleBean` class:
13681368
}
13691369
}
13701370
----
1371-
[source,java,indent=0,subs="verbatim,quotes",role="secondary"]
1371+
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
13721372
.Kotlin
13731373
----
13741374
class ExampleBean(

src/docs/asciidoc/testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2523,7 +2523,7 @@ listeners. The following listing demonstrates this style of configuration:
25232523
}
25242524
----
25252525

2526-
[source,java,indent=0,subs="verbatim,quotes",role="secondary"]
2526+
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
25272527
.Kotlin
25282528
----
25292529
@ContextConfiguration

0 commit comments

Comments
 (0)