#281 - Polishing.

Fix assertion messages.
This commit is contained in:
Mark Paluch
2020-07-23 11:11:17 +02:00
parent f6105beab1
commit c216d9b904

View File

@@ -660,7 +660,7 @@ public class QueryMapper {
super(name);
Assert.notNull(entity, "MongoPersistentEntity must not be null!");
Assert.notNull(entity, "RelationalPersistentEntity must not be null!");
this.entity = entity;
this.mappingContext = context;
@@ -713,7 +713,7 @@ public class QueryMapper {
/*
* (non-Javadoc)
* @see org.springframework.data.mongodb.core.convert.QueryMapper.Field#getTypeHint()
* @see org.springframework.data.r2dbc.core.convert.QueryMapper.Field#getTypeHint()
*/
@Override
public TypeInformation<?> getTypeHint() {