DATACMNS-1174 - Polishing.

Trim trailing whitespaces. Javadoc fixes.
This commit is contained in:
Mark Paluch
2018-08-01 13:54:13 +02:00
committed by Oliver Gierke
parent ee64225be0
commit a37599075f

View File

@@ -74,7 +74,6 @@ public abstract class RepositoryConfigurationExtensionSupport implements Reposit
}
/*
*
* (non-Javadoc)
* @see org.springframework.data.repository.config.RepositoryConfigurationExtension#getRepositoryConfigurations(org.springframework.data.repository.config.RepositoryConfigurationSource, org.springframework.core.io.ResourceLoader, boolean)
*/
@@ -339,7 +338,7 @@ public abstract class RepositoryConfigurationExtensionSupport implements Reposit
* should make sure, the only return {@literal true} if they're really sure the interface handed to the method is
* really a store interface.
*
* @param repositoryInterface
* @param metadata
* @return
* @since 1.9
*/