Skip to content

Commit c89308c

Browse files
committed
DATACMNS-1591 - Polishing.
Whitespace.
1 parent 61b5be6 commit c89308c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public Streamable<TypeFilter> getExcludeFilters() {
182182
return configurationSource.getExcludeFilters();
183183
}
184184

185-
/*
185+
/*
186186
* (non-Javadoc)
187187
* @see org.springframework.data.repository.config.RepositoryConfiguration#toImplementationDetectionConfiguration(org.springframework.core.type.classreading.MetadataReaderFactory)
188188
*/
@@ -194,7 +194,7 @@ public ImplementationDetectionConfiguration toImplementationDetectionConfigurati
194194
return configurationSource.toImplementationDetectionConfiguration(factory);
195195
}
196196

197-
/*
197+
/*
198198
* (non-Javadoc)
199199
* @see org.springframework.data.repository.config.RepositoryConfiguration#toLookupConfiguration(org.springframework.core.type.classreading.MetadataReaderFactory)
200200
*/

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public interface RepositoryConfiguration<T extends RepositoryConfigurationSource
124124

125125
/**
126126
* Returns the {@link ImplementationLookupConfiguration} for the given {@link MetadataReaderFactory}.
127-
*
127+
*
128128
* @param factory must not be {@literal null}.
129129
* @return will never be {@literal null}.
130130
* @since 2.1

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public List<BeanComponentDefinition> registerRepositoriesIn(BeanDefinitionRegist
192192
* Registers a {@link LazyRepositoryInjectionPointResolver} over the default
193193
* {@link ContextAnnotationAutowireCandidateResolver} to make injection points of lazy repositories lazy, too. Will
194194
* augment the {@link LazyRepositoryInjectionPointResolver}'s configuration if there already is one configured.
195-
*
195+
*
196196
* @param configurations must not be {@literal null}.
197197
* @param registry must not be {@literal null}.
198198
*/
@@ -265,7 +265,7 @@ static class LazyRepositoryInjectionPointResolver extends ContextAnnotationAutow
265265
/**
266266
* Returns a new {@link LazyRepositoryInjectionPointResolver} that will have its configurations augmented with the
267267
* given ones.
268-
*
268+
*
269269
* @param configurations must not be {@literal null}.
270270
* @return
271271
*/
@@ -278,7 +278,7 @@ LazyRepositoryInjectionPointResolver withAdditionalConfigurations(
278278
return new LazyRepositoryInjectionPointResolver(map);
279279
}
280280

281-
/*
281+
/*
282282
* (non-Javadoc)
283283
* @see org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver#isLazy(org.springframework.beans.factory.config.DependencyDescriptor)
284284
*/

0 commit comments

Comments
 (0)