DATACMNS-1591 - Polishing.

Whitespace.

Original pull request: #410.
This commit is contained in:
Oliver Drotbohm
2019-10-15 10:33:47 +02:00
committed by Mark Paluch
parent efccf6d480
commit 529d7a9d47
3 changed files with 6 additions and 6 deletions

View File

@@ -182,7 +182,7 @@ public class DefaultRepositoryConfiguration<T extends RepositoryConfigurationSou
return configurationSource.getExcludeFilters();
}
/*
/*
* (non-Javadoc)
* @see org.springframework.data.repository.config.RepositoryConfiguration#toImplementationDetectionConfiguration(org.springframework.core.type.classreading.MetadataReaderFactory)
*/
@@ -194,7 +194,7 @@ public class DefaultRepositoryConfiguration<T extends RepositoryConfigurationSou
return configurationSource.toImplementationDetectionConfiguration(factory);
}
/*
/*
* (non-Javadoc)
* @see org.springframework.data.repository.config.RepositoryConfiguration#toLookupConfiguration(org.springframework.core.type.classreading.MetadataReaderFactory)
*/

View File

@@ -124,7 +124,7 @@ public interface RepositoryConfiguration<T extends RepositoryConfigurationSource
/**
* Returns the {@link ImplementationLookupConfiguration} for the given {@link MetadataReaderFactory}.
*
*
* @param factory must not be {@literal null}.
* @return will never be {@literal null}.
* @since 2.1

View File

@@ -192,7 +192,7 @@ public class RepositoryConfigurationDelegate {
* Registers a {@link LazyRepositoryInjectionPointResolver} over the default
* {@link ContextAnnotationAutowireCandidateResolver} to make injection points of lazy repositories lazy, too. Will
* augment the {@link LazyRepositoryInjectionPointResolver}'s configuration if there already is one configured.
*
*
* @param configurations must not be {@literal null}.
* @param registry must not be {@literal null}.
*/
@@ -265,7 +265,7 @@ public class RepositoryConfigurationDelegate {
/**
* Returns a new {@link LazyRepositoryInjectionPointResolver} that will have its configurations augmented with the
* given ones.
*
*
* @param configurations must not be {@literal null}.
* @return
*/
@@ -278,7 +278,7 @@ public class RepositoryConfigurationDelegate {
return new LazyRepositoryInjectionPointResolver(map);
}
/*
/*
* (non-Javadoc)
* @see org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver#isLazy(org.springframework.beans.factory.config.DependencyDescriptor)
*/