Fix formatting

This commit is contained in:
Sam Brannen 2024-05-24 13:07:45 +02:00
parent 49caa02584
commit e3c268ef18
1 changed files with 2 additions and 2 deletions

View File

@ -66,6 +66,6 @@ the annotated field and its qualifying annotations.
Typically, the bean is selected by type by the `BeanOverrideFactoryPostProcessor`.
Alternatively, the user can directly provide the bean name in the custom annotation.
Some `BeanOverrideProcessor`s could also internally compute a bean name based on a
convention or another advanced method.
Some `BeanOverrideProcessor` implementations could also internally compute a bean name
based on a convention or another advanced method.
====