We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762831e commit 1eec038Copy full SHA for 1eec038
spring-beans/src/main/java/org/springframework/beans/factory/BeanRegistry.java
@@ -80,7 +80,7 @@ public interface BeanRegistry {
80
<T> void registerBean(String name, Class<T> beanClass, Consumer<Spec<T>> customizer);
81
82
/**
83
- * Register beans using given {@link BeanRegistrar}.
+ * Register beans using the given {@link BeanRegistrar}.
84
* @param registrar the bean registrar that will be called to register
85
* additional beans
86
*/
0 commit comments