Skip to content

Commit cf49a33

Browse files
committed
Merge branch '6.2.x'
2 parents f368147 + ea386c2 commit cf49a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-dependson.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
If a bean is a dependency of another bean, that usually means that one bean is set as a
55
property of another. Typically you accomplish this with the
6-
xref:core/beans/dependencies/factory-properties-detailed.adoc#beans-ref-element[`<ref/>` element>]
6+
xref:core/beans/dependencies/factory-properties-detailed.adoc#beans-ref-element[`<ref/>` element]
77
in XML-based metadata or through xref:core/beans/dependencies/factory-autowire.adoc[autowiring].
88

99
However, sometimes dependencies between beans are less direct. An example is when a static

0 commit comments

Comments
 (0)