Skip to content

Commit 918c5f1

Browse files
quaffsnicoll
authored andcommitted
Polish Bean Overriding in Tests section of the reference guide
See gh-32411
1 parent b431594 commit 918c5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-beanoverriding.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The three annotations introduced above build upon the `@BeanOverride` meta-annot
9999
and associated infrastructure, which allows to define custom bean overriding variants.
100100

101101
In order to provide an extension, three classes are needed:
102-
- a concrete `BeanOverrideProcessor` `<P>`
102+
- a concrete `BeanOverrideProcessor<P>`
103103
- a concrete `OverrideMetadata` created by said processor
104104
- an annotation meta-annotated with `@BeanOverride(P.class)`
105105

0 commit comments

Comments
 (0)