From 797f618f2b2e96bc0bc38028cd7126f0a0234391 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Wed, 4 Dec 2019 16:14:14 +0000 Subject: [PATCH] Remove mismatched marker in core-beans.adoc Closes gh-24132 --- src/docs/asciidoc/core/core-beans.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index 29e7f9d26450..d434ac95de15 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -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