Remove old wrong javadoc.

This commit is contained in:
Peter-Josef Meisch
2021-11-19 17:52:09 +01:00
committed by GitHub
parent 0c7c686cb1
commit 19d9830735

View File

@@ -95,7 +95,6 @@ public class MappingElasticsearchConverter
private final MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext;
private final GenericConversionService conversionService;
// don't access directly, use getConversions(). to prevent null access
private CustomConversions conversions = new ElasticsearchCustomConversions(Collections.emptyList());
private final SpELContext spELContext = new SpELContext(new MapAccessor());
private final EntityInstantiators instantiators = new EntityInstantiators();