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 eb3763af37ada5d3a67f1b56f4bdb8f663e3dad1 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 10 11:29:52 2019 +0200 CAMEL-13887 - Regen docs --- .../camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc | 2 +- .../apache/camel/builder/endpoint/dsl/GridFsEndpointBuilderFactory.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc b/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc index 66be5be..5de0c17 100644 --- a/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc +++ b/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc @@ -55,7 +55,7 @@ with the following path and query parameters: [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type -| *connectionBean* | *Required* Name of com.mongodb.Mongo to use. | | String +| *connectionBean* | *Required* Name of com.mongodb.MongoClient to use. | | String |=== diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/GridFsEndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/GridFsEndpointBuilderFactory.java index d1bb13d..4b035fb 100644 --- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/GridFsEndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/GridFsEndpointBuilderFactory.java @@ -801,7 +801,7 @@ public interface GridFsEndpointBuilderFactory { * Syntax: <code>mongodb-gridfs:connectionBean</code> * * Path parameter: connectionBean (required) - * Name of com.mongodb.Mongo to use. + * Name of com.mongodb.MongoClient to use. */ default GridFsEndpointBuilder mongodbGridfs(String path) { class GridFsEndpointBuilderImpl extends AbstractEndpointBuilder implements GridFsEndpointBuilder, AdvancedGridFsEndpointBuilder {