Skip to content

Commit

Permalink
Merge pull request #34149 from brendenehlers
Browse files Browse the repository at this point in the history
* pr/34149:
  Fix typo in link

Closes gh-34149
  • Loading branch information
snicoll committed Dec 25, 2024
2 parents 69b74d7 + 6c6e8ad commit ea386c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

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

0 comments on commit ea386c2

Please sign in to comment.