File tree 3 files changed +6
-6
lines changed
src/main/java/org/springframework/data/repository/config
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ public Streamable<TypeFilter> getExcludeFilters() {
182
182
return configurationSource .getExcludeFilters ();
183
183
}
184
184
185
- /*
185
+ /*
186
186
* (non-Javadoc)
187
187
* @see org.springframework.data.repository.config.RepositoryConfiguration#toImplementationDetectionConfiguration(org.springframework.core.type.classreading.MetadataReaderFactory)
188
188
*/
@@ -194,7 +194,7 @@ public ImplementationDetectionConfiguration toImplementationDetectionConfigurati
194
194
return configurationSource .toImplementationDetectionConfiguration (factory );
195
195
}
196
196
197
- /*
197
+ /*
198
198
* (non-Javadoc)
199
199
* @see org.springframework.data.repository.config.RepositoryConfiguration#toLookupConfiguration(org.springframework.core.type.classreading.MetadataReaderFactory)
200
200
*/
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ public interface RepositoryConfiguration<T extends RepositoryConfigurationSource
124
124
125
125
/**
126
126
* Returns the {@link ImplementationLookupConfiguration} for the given {@link MetadataReaderFactory}.
127
- *
127
+ *
128
128
* @param factory must not be {@literal null}.
129
129
* @return will never be {@literal null}.
130
130
* @since 2.1
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ public List<BeanComponentDefinition> registerRepositoriesIn(BeanDefinitionRegist
192
192
* Registers a {@link LazyRepositoryInjectionPointResolver} over the default
193
193
* {@link ContextAnnotationAutowireCandidateResolver} to make injection points of lazy repositories lazy, too. Will
194
194
* augment the {@link LazyRepositoryInjectionPointResolver}'s configuration if there already is one configured.
195
- *
195
+ *
196
196
* @param configurations must not be {@literal null}.
197
197
* @param registry must not be {@literal null}.
198
198
*/
@@ -265,7 +265,7 @@ static class LazyRepositoryInjectionPointResolver extends ContextAnnotationAutow
265
265
/**
266
266
* Returns a new {@link LazyRepositoryInjectionPointResolver} that will have its configurations augmented with the
267
267
* given ones.
268
- *
268
+ *
269
269
* @param configurations must not be {@literal null}.
270
270
* @return
271
271
*/
@@ -278,7 +278,7 @@ LazyRepositoryInjectionPointResolver withAdditionalConfigurations(
278
278
return new LazyRepositoryInjectionPointResolver (map );
279
279
}
280
280
281
- /*
281
+ /*
282
282
* (non-Javadoc)
283
283
* @see org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver#isLazy(org.springframework.beans.factory.config.DependencyDescriptor)
284
284
*/
You can’t perform that action at this time.
0 commit comments