Skip to content

Commit 11dc11e

Browse files
zakaria-shahensbrannen
authored andcommitted
Fix typo in comment in XML configuration example
Closes gh-31194
1 parent 10de295 commit 11dc11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ how to configure such a bean:
309309

310310
[source,xml,indent=0,subs="verbatim,quotes"]
311311
----
312-
<!-- the factory bean, which contains a method called createInstance() -->
312+
<!-- the factory bean, which contains a method called createClientServiceInstance() -->
313313
<bean id="serviceLocator" class="examples.DefaultServiceLocator">
314314
<!-- inject any dependencies required by this locator bean -->
315315
</bean>

0 commit comments

Comments
 (0)