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


The following commit(s) were added to refs/heads/master by this push:
     new 4a50ade  Fixed CS for Camel-MongoDB-Gridfs
4a50ade is described below

commit 4a50ade7a8a9cad2832b00658b99a0cc8411efb2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Apr 30 14:00:33 2019 +0200

    Fixed CS for Camel-MongoDB-Gridfs
---
 .../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 3b3843f..32ddd8e 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
@@ -98,7 +98,7 @@ public class GridFsEndpoint extends DefaultEndpoint {
         return new GridFsConsumer(this, processor);
     }
 
-public void initializeConnection() throws Exception {
+    public void initializeConnection() throws Exception {
         log.info("Initialize GridFS endpoint: {}", this);
         if (database == null) {
             throw new IllegalStateException("Missing required endpoint 
configuration: database");

Reply via email to