You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/03/05 07:20:28 UTC

[camel] 04/05: CAMEL-12302 : MongoDB - fix up documentation

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8417183a7b63558e0c48c2971c78e44d6a698e0e
Author: Farès Hassak <fa...@gmail.com>
AuthorDate: Sun Mar 4 22:49:31 2018 +0100

    CAMEL-12302 : MongoDB - fix up documentation
---
 components/camel-mongodb3/src/main/docs/mongodb3-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc b/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
index ceae01a..973ed71 100644
--- a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
+++ b/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
@@ -576,7 +576,7 @@ containing the number of records deleted (copied from
 *Available as of Camel 2.21*
 
 Performs write operations in bulk with controls for order of execution.
-Requires a `List<WriteModel<DBObject>>` as the IN message body containing commands for insert, update, and delete operations.
+Requires a `List<WriteModel<Document>>` as the IN message body containing commands for insert, update, and delete operations.
 
 The following example will insert a new scientist "Pierre Curie", update record with id "5" by setting the value of the "scientist" field to
 "Marie Curie" and delete record with id "3" :

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.