Polishing
See gh-34557
This commit is contained in:
@@ -80,7 +80,7 @@ public interface BeanRegistry {
|
||||
<T> void registerBean(String name, Class<T> beanClass, Consumer<Spec<T>> customizer);
|
||||
|
||||
/**
|
||||
* Register beans using given {@link BeanRegistrar}.
|
||||
* Register beans using the given {@link BeanRegistrar}.
|
||||
* @param registrar the bean registrar that will be called to register
|
||||
* additional beans
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user