Merge branch '6.0.x'

This commit is contained in:
Sam Brannen 2023-09-10 14:37:01 +02:00
commit 7305692005
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ how to configure such a bean:
[source,xml,indent=0,subs="verbatim,quotes"]
----
<!-- the factory bean, which contains a method called createInstance() -->
<!-- the factory bean, which contains a method called createClientServiceInstance() -->
<bean id="serviceLocator" class="examples.DefaultServiceLocator">
<!-- inject any dependencies required by this locator bean -->
</bean>