Browse Source

Polishing

pull/23470/head
Sebastien Deleuze 5 years ago
parent
commit
32a942fda9
  1. 2
      src/docs/asciidoc/core/core-beans.adoc

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

@ -389,7 +389,7 @@ The following example shows Groovy configuration: @@ -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")
----

Loading…
Cancel
Save