Polishing

See gh-34557
This commit is contained in:
Sébastien Deleuze
2025-03-12 12:35:30 +01:00
parent 762831e742
commit 1eec0382d7

View File

@@ -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
*/