You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/02/05 11:16:15 UTC

[3/7] camel git commit: Polished

Polished


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

Branch: refs/heads/master
Commit: baf4ae2a567d9beef09476d63ccb9d556673c9d0
Parents: 14cb0db
Author: Claus Ibsen <da...@apache.org>
Authored: Sun Feb 5 10:09:47 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Feb 5 10:09:47 2017 +0100

----------------------------------------------------------------------
 .../camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc | 8 ++++----
 .../org/apache/camel/component/gridfs/GridFsEndpoint.java    | 2 +-
 components/readme.adoc                                       | 2 +-
 docs/user-manual/en/SUMMARY.md                               | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/baf4ae2a/components/camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc b/components/camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc
index dd9b4d3..5a5f244 100644
--- a/components/camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc
+++ b/components/camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc
@@ -1,4 +1,4 @@
-## MongoDBGridFS Component
+## MongoDB GridFS Component
 
 *Available as of Camel version 2.18.0*
 
@@ -26,14 +26,14 @@ gridfs:connectionBean?database=databaseName&bucket=bucketName[&moreOptions...]
 
 
 // component options: START
-The MongoDBGridFS component has no options.
+The MongoDB GridFS component has no options.
 // component options: END
 
 
 
 
 // endpoint options: START
-The MongoDBGridFS component supports 18 endpoint options which are listed below:
+The MongoDB GridFS component supports 18 endpoint options which are listed below:
 
 {% raw %}
 [width="100%",cols="2,1,1m,1m,5",options="header"]
@@ -194,4 +194,4 @@ See also
 current version]
 *
 http://svn.apache.org/viewvc/camel/trunk/components/camel-mongodb/src/test/[Unit
-tests] for more examples of usage
\ No newline at end of file
+tests] for more examples of usage

http://git-wip-us.apache.org/repos/asf/camel/blob/baf4ae2a/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 0c6147e..6f4057d 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
@@ -38,7 +38,7 @@ import org.slf4j.LoggerFactory;
 /**
  * Component for working with MongoDB GridFS.
  */
-@UriEndpoint(firstVersion = "2.18.0", scheme = "gridfs", title = "MongoDBGridFS", syntax = "gridfs:connectionBean", label = "database,nosql")
+@UriEndpoint(firstVersion = "2.18.0", scheme = "gridfs", title = "MongoDB GridFS", syntax = "gridfs:connectionBean", label = "database,nosql")
 public class GridFsEndpoint extends DefaultEndpoint {
 
     public static final String GRIDFS_OPERATION = "gridfs.operation";

http://git-wip-us.apache.org/repos/asf/camel/blob/baf4ae2a/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 3b31cfa..4b93661 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -392,7 +392,7 @@ Number of Components: 218
 | link:camel-mongodb3/src/main/docs/mongodb3-component.adoc[MongoDB] (camel-mongodb3) +
 `mongodb3:connectionBean` | 2.19.0 | Component for working with documents stored in MongoDB database.
 
-| link:camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc[MongoDBGridFS] (camel-mongodb-gridfs) +
+| link:camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc[MongoDB GridFS] (camel-mongodb-gridfs) +
 `gridfs:connectionBean` | 2.18.0 | Component for working with MongoDB GridFS.
 
 | link:camel-mqtt/src/main/docs/mqtt-component.adoc[MQTT] (camel-mqtt) +

http://git-wip-us.apache.org/repos/asf/camel/blob/baf4ae2a/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index e378af4..7565313 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -239,7 +239,7 @@
 	* [MLLP](mllp-component.adoc)
 	* [MongoDB](mongodb-component.adoc)
 	* [MongoDB](mongodb3-component.adoc)
-	* [MongoDBGridFS](gridfs-component.adoc)
+	* [MongoDB GridFS](gridfs-component.adoc)
 	* [MQTT](mqtt-component.adoc)
 	* [MSV](msv-component.adoc)
 	* [Mustache](mustache-component.adoc)