Skip to content

Commit

Permalink
Correct Javadoc link core-resources.adoc
Browse files Browse the repository at this point in the history
Closes gh-25970
  • Loading branch information
rstoyanchev committed Oct 26, 2020
1 parent 86af93a commit 4726663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/core/core-resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 4726663

Please sign in to comment.