Polishing

This commit is contained in:
Sebastien Deleuze 2019-08-13 16:24:56 +02:00
parent a2b8ea5173
commit 32a942fda9
1 changed files with 1 additions and 1 deletions

View File

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