Merge pull request #25999 from izeye
* pr/25999: Fix a broken Asciidoctor syntax in core-resources.adoc Closes gh-25999
This commit is contained in:
commit
37504e75e9
|
@ -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)
|
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.
|
javadoc for details on the various constructors.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue