From 32a942fda92ee341632df34fc7788eab59fe9719 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Tue, 13 Aug 2019 16:24:56 +0200 Subject: [PATCH] Polishing --- src/docs/asciidoc/core/core-beans.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index b69a127fe6..69667ded09 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -389,7 +389,7 @@ The following example shows Groovy configuration: ApplicationContext context = new GenericGroovyApplicationContext("services.groovy", "daos.groovy"); ---- .Kotlin -[source,java,indent=0,subs="verbatim,quotes",role="secondary"] +[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"] ---- val context = GenericGroovyApplicationContext("services.groovy", "daos.groovy") ----