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 d1fa72cbaf55348bd21e823ff948aa50509dd85c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 10 11:26:46 2019 +0200 CAMEL-13887 - Fixed docs a bit --- .../java/org/apache/camel/component/mongodb/gridfs/GridFsEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-mongodb-gridfs/src/main/java/org/apache/camel/component/mongodb/gridfs/GridFsEndpoint.java b/components/camel-mongodb-gridfs/src/main/java/org/apache/camel/component/mongodb/gridfs/GridFsEndpoint.java index bf96120..45b2c42 100644 --- a/components/camel-mongodb-gridfs/src/main/java/org/apache/camel/component/mongodb/gridfs/GridFsEndpoint.java +++ b/components/camel-mongodb-gridfs/src/main/java/org/apache/camel/component/mongodb/gridfs/GridFsEndpoint.java @@ -150,7 +150,7 @@ public class GridFsEndpoint extends DefaultEndpoint { } /** - * Name of {@link com.mongodb.Mongo} to use. + * Name of {@link com.mongodb.MongoClient} to use. */ public void setConnectionBean(String connectionBean) { this.connectionBean = connectionBean;