Browse Source

Fix a broken Asciidoctor syntax in core-resources.adoc

See gh-25999
pull/26003/head
izeye 4 years ago committed by Stephane Nicoll
parent
commit
b89b37729c
  1. 2
      src/docs/asciidoc/core/core-resources.adoc

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

@ -563,7 +563,7 @@ files named `services.xml` and `daos.xml` (which are on the classpath) can be in @@ -563,7 +563,7 @@ files named `services.xml` and `daos.xml` (which are on the classpath) can be in
val ctx = ClassPathXmlApplicationContext(arrayOf("services.xml", "daos.xml"), MessengerService::class.java)
----
See the api-spring-framework}/context/support/ClassPathXmlApplicationContext.html[`ClassPathXmlApplicationContext`]
See the {api-spring-framework}/context/support/ClassPathXmlApplicationContext.html[`ClassPathXmlApplicationContext`]
javadoc for details on the various constructors.

Loading…
Cancel
Save