Skip to content

Commit 19d9830

Browse files
authored
Remove old wrong javadoc.
1 parent 0c7c686 commit 19d9830

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/springframework/data/elasticsearch/core/convert/MappingElasticsearchConverter.java

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public class MappingElasticsearchConverter
9595

9696
private final MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty> mappingContext;
9797
private final GenericConversionService conversionService;
98-
// don't access directly, use getConversions(). to prevent null access
9998
private CustomConversions conversions = new ElasticsearchCustomConversions(Collections.emptyList());
10099
private final SpELContext spELContext = new SpELContext(new MapAccessor());
101100
private final EntityInstantiators instantiators = new EntityInstantiators();

0 commit comments

Comments
 (0)