DATACMNS-1596 - Polishing.

Fix Javadoc method reference.

Original pull request: #411.
This commit is contained in:
Mark Paluch
2019-10-24 15:00:04 +02:00
parent 8bb87a1749
commit ac0633ed82

View File

@@ -190,8 +190,8 @@ public abstract class RepositoryConfigurationExtensionSupport implements Reposit
* Sets the given source on the given {@link AbstractBeanDefinition} and registers it inside the given
* {@link BeanDefinitionRegistry}. For {@link BeanDefinition}s to be registered once-and-only-once for all
* configuration elements (annotation or XML), prefer calling
* {@link #registerIfNotAlreadyRegistered(AbstractBeanDefinition, BeanDefinitionRegistry, String, Object)} with a
* dedicated bean name to avoid the bead definition being registered multiple times.
* {@link #registerIfNotAlreadyRegistered(Supplier, BeanDefinitionRegistry, String, Object)} with a dedicated bean
* name to avoid the bead definition being registered multiple times.
*
* @param bean must not be {@literal null}.
* @param registry must not be {@literal null}.