From 0d22d831f8cc828787246b7f9e23638e5c84f3a4 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 3 Sep 2019 11:28:12 +0200 Subject: [PATCH] DATAMONGO-2352 - Polishing. Apply typo fixes also to ReactiveMongoOperations. Original pull request: #782. --- .../data/mongodb/core/ReactiveMongoOperations.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/ReactiveMongoOperations.java b/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/ReactiveMongoOperations.java index 64169983e..b94b78f70 100644 --- a/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/ReactiveMongoOperations.java +++ b/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/ReactiveMongoOperations.java @@ -924,7 +924,7 @@ public interface ReactiveMongoOperations extends ReactiveFluentMongoOperations { *

* The object is converted to the MongoDB native representation using an instance of {@see MongoConverter}. *

- * If you object has an "Id' property, it will be set with the generated Id from MongoDB. If your Id property is a + * If your object has an "Id' property, it will be set with the generated Id from MongoDB. If your Id property is a * String then MongoDB ObjectId will be used to populate that string. Otherwise, the conversion from ObjectId to your * property type will be handled by Spring's BeanWrapper class that leverages Type Conversion API. See * Spring's Type @@ -984,7 +984,7 @@ public interface ReactiveMongoOperations extends ReactiveFluentMongoOperations { *

* The object is converted to the MongoDB native representation using an instance of {@see MongoConverter}. *

- * If you object has an "Id' property, it will be set with the generated Id from MongoDB. If your Id property is a + * If your object has an "Id' property, it will be set with the generated Id from MongoDB. If your Id property is a * String then MongoDB ObjectId will be used to populate that string. Otherwise, the conversion from ObjectId to your * property type will be handled by Spring's BeanWrapper class that leverages Type Conversion API. See * Spring's Type @@ -1032,7 +1032,7 @@ public interface ReactiveMongoOperations extends ReactiveFluentMongoOperations { * The object is converted to the MongoDB native representation using an instance of {@see MongoConverter}. Unless * configured otherwise, an instance of {@link MappingMongoConverter} will be used. *

- * If you object has an "Id' property, it will be set with the generated Id from MongoDB. If your Id property is a + * If your object has an "Id' property, it will be set with the generated Id from MongoDB. If your Id property is a * String then MongoDB ObjectId will be used to populate that string. Otherwise, the conversion from ObjectId to your * property type will be handled by Spring's BeanWrapper class that leverages Type Conversion API. See * Spring's Type @@ -1050,7 +1050,7 @@ public interface ReactiveMongoOperations extends ReactiveFluentMongoOperations { * The object is converted to the MongoDB native representation using an instance of {@see MongoConverter}. Unless * configured otherwise, an instance of {@link MappingMongoConverter} will be used. *

- * If you object has an "Id' property, it will be set with the generated Id from MongoDB. If your Id property is a + * If your object has an "Id' property, it will be set with the generated Id from MongoDB. If your Id property is a * String then MongoDB ObjectId will be used to populate that string. Otherwise, the conversion from ObjectId to your * property type will be handled by Spring's BeanWrapper class that leverages Type Conversion API. See Spring's Type @@ -1069,7 +1069,7 @@ public interface ReactiveMongoOperations extends ReactiveFluentMongoOperations { * The object is converted to the MongoDB native representation using an instance of {@see MongoConverter}. Unless * configured otherwise, an instance of {@link MappingMongoConverter} will be used. *

- * If you object has an "Id' property, it will be set with the generated Id from MongoDB. If your Id property is a + * If your object has an "Id' property, it will be set with the generated Id from MongoDB. If your Id property is a * String then MongoDB ObjectId will be used to populate that string. Otherwise, the conversion from ObjectId to your * property type will be handled by Spring's BeanWrapper class that leverages Type Conversion API. See * Spring's Type @@ -1087,7 +1087,7 @@ public interface ReactiveMongoOperations extends ReactiveFluentMongoOperations { * The object is converted to the MongoDB native representation using an instance of {@see MongoConverter}. Unless * configured otherwise, an instance of {@link MappingMongoConverter} will be used. *

- * If you object has an "Id' property, it will be set with the generated Id from MongoDB. If your Id property is a + * If your object has an "Id' property, it will be set with the generated Id from MongoDB. If your Id property is a * String then MongoDB ObjectId will be used to populate that string. Otherwise, the conversion from ObjectId to your * property type will be handled by Spring's BeanWrapper class that leverages Type Conversion API. See Spring's Type