DATAMONGO-1974 - Polishing.

Fix typos, links, and code fences.

Original pull request: #559.
This commit is contained in:
Mark Paluch
2018-05-11 15:20:02 +02:00
parent 1b5ce651be
commit 489d637a00
9 changed files with 72 additions and 73 deletions

View File

@@ -894,7 +894,7 @@ public interface MongoOperations extends FluentMongoOperations {
* Insert a mixed Collection of objects into a database collection determining the collection name to use based on the
* class.
*
* @param collectionToSave the list of objects to save. Must not be {@literal null}.
* @param objectsToSave the list of objects to save. Must not be {@literal null}.
*/
void insertAll(Collection<? extends Object> objectsToSave);