mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-29 15:22:11 +00:00
Remove old wrong javadoc.
This commit is contained in:
parent
0c7c686cb1
commit
19d9830735
@ -95,7 +95,6 @@ public class MappingElasticsearchConverter
|
|||||||
|
|
||||||
private final MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext;
|
private final MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext;
|
||||||
private final GenericConversionService conversionService;
|
private final GenericConversionService conversionService;
|
||||||
// don't access directly, use getConversions(). to prevent null access
|
|
||||||
private CustomConversions conversions = new ElasticsearchCustomConversions(Collections.emptyList());
|
private CustomConversions conversions = new ElasticsearchCustomConversions(Collections.emptyList());
|
||||||
private final SpELContext spELContext = new SpELContext(new MapAccessor());
|
private final SpELContext spELContext = new SpELContext(new MapAccessor());
|
||||||
private final EntityInstantiators instantiators = new EntityInstantiators();
|
private final EntityInstantiators instantiators = new EntityInstantiators();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user