Skip to content

Commit 04a87b3

Browse files
committed
DATAMONGO-577 - Cleaned up obsolete property.
The version property in BasicMongoPersistentEntity became obsolete after the upgrade in Spring Data Commons.
1 parent c4eca7e commit 04a87b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/mapping/BasicMongoPersistentEntity.java

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ public class BasicMongoPersistentEntity<T> extends BasicPersistentEntity<T, Mong
4545
private final SpelExpressionParser parser;
4646
private final StandardEvaluationContext context;
4747

48-
private MongoPersistentProperty versionProperty;
49-
5048
/**
5149
* Creates a new {@link BasicMongoPersistentEntity} with the given {@link TypeInformation}. Will default the
5250
* collection name to the entities simple type name.

0 commit comments

Comments
 (0)