Browse Source

Remove mismatched marker in core-beans.adoc

Closes gh-24132
pull/24137/head
Rossen Stoyanchev 6 years ago
parent
commit
797f618f2b
  1. 1
      src/docs/asciidoc/core/core-beans.adoc

1
src/docs/asciidoc/core/core-beans.adoc

@ -5400,7 +5400,6 @@ The following example shows corresponding bean definitions. @@ -5400,7 +5400,6 @@ The following example shows corresponding bean definitions.
is qualified with the same value.
<2> The bean with the `action` qualifier value is wired with the constructor argument that
is qualified with the same value.
====
For a fallback match, the bean name is considered a default qualifier value. Thus, you
can define the bean with an `id` of `main` instead of the nested qualifier element, leading

Loading…
Cancel
Save