DATAREST-898 - Fix typo in EntityLookupConfiguration assertion message.
Original pull request: #228.
This commit is contained in:
committed by
Mark Paluch
parent
7d0c3d1476
commit
d6caac122e
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user