We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7c686 commit 19d9830Copy full SHA for 19d9830
src/main/java/org/springframework/data/elasticsearch/core/convert/MappingElasticsearchConverter.java
@@ -95,7 +95,6 @@ public class MappingElasticsearchConverter
95
96
private final MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext;
97
private final GenericConversionService conversionService;
98
- // don't access directly, use getConversions(). to prevent null access
99
private CustomConversions conversions = new ElasticsearchCustomConversions(Collections.emptyList());
100
private final SpELContext spELContext = new SpELContext(new MapAccessor());
101
private final EntityInstantiators instantiators = new EntityInstantiators();
0 commit comments