From 918c5f1f336f885dad6327199b05578d3f0bfadd Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Mon, 11 Mar 2024 10:06:06 +0800 Subject: [PATCH] Polish Bean Overriding in Tests section of the reference guide See gh-32411 --- .../integration-spring/annotation-beanoverriding.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-beanoverriding.adoc b/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-beanoverriding.adoc index 9abf9daf34..77a210773c 100644 --- a/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-beanoverriding.adoc +++ b/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-beanoverriding.adoc @@ -99,7 +99,7 @@ The three annotations introduced above build upon the `@BeanOverride` meta-annot and associated infrastructure, which allows to define custom bean overriding variants. In order to provide an extension, three classes are needed: - - a concrete `BeanOverrideProcessor` `

` + - a concrete `BeanOverrideProcessor

` - a concrete `OverrideMetadata` created by said processor - an annotation meta-annotated with `@BeanOverride(P.class)`