DATAMONGO-577 - Cleaned up obsolete property.

The version property in BasicMongoPersistentEntity became obsolete after the upgrade in Spring Data Commons.
This commit is contained in:
Oliver Gierke
2012-11-28 17:39:20 +01:00
parent c4eca7eadd
commit 04a87b373d

View File

@@ -45,8 +45,6 @@ public class BasicMongoPersistentEntity<T> extends BasicPersistentEntity<T, Mong
private final SpelExpressionParser parser; private final SpelExpressionParser parser;
private final StandardEvaluationContext context; private final StandardEvaluationContext context;
private MongoPersistentProperty versionProperty;
/** /**
* Creates a new {@link BasicMongoPersistentEntity} with the given {@link TypeInformation}. Will default the * Creates a new {@link BasicMongoPersistentEntity} with the given {@link TypeInformation}. Will default the
* collection name to the entities simple type name. * collection name to the entities simple type name.