Skip to content

Commit 6f3a1fe

Browse files
committed
DATACMNS-1596 - Polishing.
Fix Javadoc method reference. Original pull request: #411.
1 parent 67f9c68 commit 6f3a1fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/data/repository/config/RepositoryConfigurationExtensionSupport.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ protected ClassLoader getConfigurationInspectionClassLoader(ResourceLoader loade
190190
* Sets the given source on the given {@link AbstractBeanDefinition} and registers it inside the given
191191
* {@link BeanDefinitionRegistry}. For {@link BeanDefinition}s to be registered once-and-only-once for all
192192
* configuration elements (annotation or XML), prefer calling
193-
* {@link #registerIfNotAlreadyRegistered(AbstractBeanDefinition, BeanDefinitionRegistry, String, Object)} with a
194-
* dedicated bean name to avoid the bead definition being registered multiple times.
193+
* {@link #registerIfNotAlreadyRegistered(Supplier, BeanDefinitionRegistry, String, Object)} with a dedicated bean
194+
* name to avoid the bead definition being registered multiple times.
195195
*
196196
* @param bean must not be {@literal null}.
197197
* @param registry must not be {@literal null}.

0 commit comments

Comments
 (0)