CAMEL-10327 - Changed endpoint title to Drill
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7dfdefb8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7dfdefb8 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7dfdefb8 Branch: refs/heads/master Commit: 7dfdefb8bd1c13aa632139c152a5607d1cf514bc Parents: a4d0782 Author: Andrea Cosentino <anco...@gmail.com> Authored: Mon Oct 17 13:10:52 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Mon Oct 17 13:11:29 2016 +0200 ---------------------------------------------------------------------- components/camel-drill/src/main/docs/drill-component.adoc | 4 ++-- .../java/org/apache/camel/component/drill/DrillEndpoint.java | 2 +- components/readme.adoc | 2 +- docs/user-manual/en/SUMMARY.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/7dfdefb8/components/camel-drill/src/main/docs/drill-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-drill/src/main/docs/drill-component.adoc b/components/camel-drill/src/main/docs/drill-component.adoc index 7902860..bc360dc 100644 --- a/components/camel-drill/src/main/docs/drill-component.adoc +++ b/components/camel-drill/src/main/docs/drill-component.adoc @@ -44,13 +44,13 @@ Options ^^^^^^^ // component options: START -The DRILL component has no options. +The Drill component has no options. // component options: END // endpoint options: START -The DRILL component supports 6 endpoint options which are listed below: +The Drill component supports 6 endpoint options which are listed below: {% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] http://git-wip-us.apache.org/repos/asf/camel/blob/7dfdefb8/components/camel-drill/src/main/java/org/apache/camel/component/drill/DrillEndpoint.java ---------------------------------------------------------------------- diff --git a/components/camel-drill/src/main/java/org/apache/camel/component/drill/DrillEndpoint.java b/components/camel-drill/src/main/java/org/apache/camel/component/drill/DrillEndpoint.java index 380b7ef..02fc9a4 100644 --- a/components/camel-drill/src/main/java/org/apache/camel/component/drill/DrillEndpoint.java +++ b/components/camel-drill/src/main/java/org/apache/camel/component/drill/DrillEndpoint.java @@ -39,7 +39,7 @@ import org.springframework.jdbc.core.RowMapperResultSetExtractor; * The drill component gives you the ability to quering into apache drill * cluster. */ -@UriEndpoint(scheme = "drill", title = "DRILL", syntax = "drill:host", producerOnly = true, label = "database,sql") +@UriEndpoint(scheme = "drill", title = "Drill", syntax = "drill:host", producerOnly = true, label = "database,sql") public class DrillEndpoint extends DefaultPollingEndpoint { @UriPath(description = "Host name or IP address") http://git-wip-us.apache.org/repos/asf/camel/blob/7dfdefb8/components/readme.adoc ---------------------------------------------------------------------- diff --git a/components/readme.adoc b/components/readme.adoc index 63adf07..40d26cc 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -135,7 +135,7 @@ Components | link:camel-dozer/src/main/docs/dozer-component.adoc[Dozer] (camel-dozer) + `dozer:name` | The dozer component provides the ability to map between Java beans using the Dozer mapping library. -| link:camel-drill/src/main/docs/drill-component.adoc[DRILL] (camel-drill) + +| link:camel-drill/src/main/docs/drill-component.adoc[Drill] (camel-drill) + `drill:host` | The drill component gives you the ability to quering into apache drill cluster. | link:camel-dropbox/src/main/docs/dropbox-component.adoc[Dropbox] (camel-dropbox) + http://git-wip-us.apache.org/repos/asf/camel/blob/7dfdefb8/docs/user-manual/en/SUMMARY.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index da83938..758ab74 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -170,7 +170,7 @@ * [DNS](dns-component.adoc) * [Docker](docker-component.adoc) * [Dozer](dozer-component.adoc) - * [DRILL](drill-component.adoc) + * [Drill](drill-component.adoc) * [Dropbox](dropbox-component.adoc) * [EHCache](cache-component.adoc) * [Ehcache](ehcache-component.adoc)