Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x 44631b0f7 -> 117daeb0f


Fix Checkstyle issues

Signed-off-by: Gregor Zurowski <gre...@zurowski.org>

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/117daeb0
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/117daeb0
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/117daeb0

Branch: refs/heads/camel-2.18.x
Commit: 117daeb0f3d1eb61ee1eb5cf744e7284fcde90e3
Parents: 44631b0
Author: Gregor Zurowski <gre...@zurowski.org>
Authored: Sat Jan 21 17:45:09 2017 +0100
Committer: Gregor Zurowski <gre...@zurowski.org>
Committed: Sat Jan 21 17:45:09 2017 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/camel/component/gridfs/GridFsEndpoint.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/117daeb0/components/camel-mongodb-gridfs/src/main/java/org/apache/camel/component/gridfs/GridFsEndpoint.java
----------------------------------------------------------------------
diff --git 
a/components/camel-mongodb-gridfs/src/main/java/org/apache/camel/component/gridfs/GridFsEndpoint.java
 
b/components/camel-mongodb-gridfs/src/main/java/org/apache/camel/component/gridfs/GridFsEndpoint.java
index d125972..da5a064 100644
--- 
a/components/camel-mongodb-gridfs/src/main/java/org/apache/camel/component/gridfs/GridFsEndpoint.java
+++ 
b/components/camel-mongodb-gridfs/src/main/java/org/apache/camel/component/gridfs/GridFsEndpoint.java
@@ -41,7 +41,6 @@ import org.slf4j.LoggerFactory;
 @UriEndpoint(scheme = "gridfs", title = "MongoDBGridFS", syntax = 
"gridfs:connectionBean", label = "database,nosql")
 public class GridFsEndpoint extends DefaultEndpoint {
 
-    ;
     public static final String GRIDFS_OPERATION = "gridfs.operation";
     public static final String GRIDFS_METADATA = "gridfs.metadata";
     public static final String GRIDFS_CHUNKSIZE = "gridfs.chunksize";

Reply via email to