Skip to content

Commit

Permalink
Fix typo in comment in XML configuration example
Browse files Browse the repository at this point in the history
Closes gh-31194
  • Loading branch information
zakaria-shahen authored and sbrannen committed Sep 10, 2023
1 parent 10de295 commit 11dc11e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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>
Expand Down

0 comments on commit 11dc11e

Please sign in to comment.