Browse Source

Fix typo in comment in XML configuration example

Closes gh-31194
pull/31496/head
Zakaria Shahen 1 year ago committed by Sam Brannen
parent
commit
11dc11e989
  1. 2
      framework-docs/modules/ROOT/pages/core/beans/definition.adoc

2
framework-docs/modules/ROOT/pages/core/beans/definition.adoc

@ -309,7 +309,7 @@ how to configure such a bean: @@ -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>

Loading…
Cancel
Save