DATAREST-898 - Fix typo in EntityLookupConfiguration assertion message.

Original pull request: #228.
This commit is contained in:
Oliver Trosien
2016-09-10 00:29:04 +02:00
committed by Mark Paluch
parent 7d0c3d1476
commit d6caac122e

View File

@@ -186,7 +186,7 @@ class EntityLookupConfiguration implements EntityLookupRegistrar {
LookupInformation<Object, Serializable, Repository<? extends T, ?>> lookupInformation) {
Assert.notNull(repositories, "Repositories must not be null!");
Assert.notNull(lookupInformation, "LookuInformation must not be null!");
Assert.notNull(lookupInformation, "LookupInformation must not be null!");
RepositoryInformation information = repositories.getRepositoryInformation(lookupInformation.repositoryType);