DATAMONGO-1872 - Polishing.

Fixed @since tag for newly introduced method in MongoEntityMetadata.
This commit is contained in:
Oliver Gierke
2018-02-13 12:23:56 +01:00
parent ebaea8d22f
commit 46ea58f3b9

View File

@@ -36,7 +36,7 @@ public interface MongoEntityMetadata<T> extends EntityMetadata<T> {
* Returns the {@link MongoPersistentEntity} that supposed to determine the collection to be queried.
*
* @return
* @since 2.0.5
* @since 2.0.4
*/
MongoPersistentEntity<?> getCollectionEntity();
}