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 2019/09/10 09:32:42 UTC

[camel] 04/05: Removed unused imports

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 61a40e635ddf673aac4f39641eae46d67c1d1ca6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 10 11:31:20 2019 +0200

    Removed unused imports
---
 .../java/org/apache/camel/component/mongodb/gridfs/GridFsEndpoint.java   | 1 -
 1 file changed, 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 45b2c42..2d79e50 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
@@ -18,7 +18,6 @@ package org.apache.camel.component.mongodb.gridfs;
 
 import com.mongodb.DB;
 import com.mongodb.DBCollection;
-import com.mongodb.Mongo;
 import com.mongodb.MongoClient;
 import com.mongodb.ReadPreference;
 import com.mongodb.WriteConcern;