Skip to content

Commit 1eec038

Browse files
committed
1 parent 762831e commit 1eec038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/BeanRegistry.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public interface BeanRegistry {
8080
<T> void registerBean(String name, Class<T> beanClass, Consumer<Spec<T>> customizer);
8181

8282
/**
83-
* Register beans using given {@link BeanRegistrar}.
83+
* Register beans using the given {@link BeanRegistrar}.
8484
* @param registrar the bean registrar that will be called to register
8585
* additional beans
8686
*/

0 commit comments

Comments
 (0)