Correct Javadoc link core-resources.adoc

Closes gh-25970
This commit is contained in:
Rossen Stoyanchev 2020-10-26 07:43:30 +00:00
parent 86af93a504
commit 4726663f81
1 changed files with 1 additions and 1 deletions

View File

@ -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}/jca/context/SpringContextResourceAdapter.html[`ClassPathXmlApplicationContext`]
See the api-spring-framework}/context/support/ClassPathXmlApplicationContext.html[`ClassPathXmlApplicationContext`]
javadoc for details on the various constructors.