Polished
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/91693613 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/91693613 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/91693613 Branch: refs/heads/master Commit: 91693613badca39e40a26d7df1428a64a66479d1 Parents: 0c0c748 Author: Claus Ibsen <davscl...@apache.org> Authored: Mon Mar 6 14:10:45 2017 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Mar 6 15:53:12 2017 +0100 ---------------------------------------------------------------------- .../src/main/resources/endpoint-options.mvel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/91693613/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel b/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel index 9b8bb27..4d43044 100644 --- a/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel +++ b/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel @@ -2,7 +2,7 @@ The @{title} component is configured using the URI syntax with the following pat @{syntax} -#### @{endpointPathOptions.size()} path parameters: +#### Path Parameters (@{endpointPathOptions.size()} parameters): [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= @@ -10,7 +10,7 @@ The @{title} component is configured using the URI syntax with the following pat @foreach{row : endpointPathOptions}| @{row.name} | @{row.defaultValue} | @{row.shortJavaType} | @{row.description} @end{}|======================================================================= -#### @{endpointOptions.size()} query parameters: +#### Query Parameters (@{endpointOptions.size()} parameters): [width="100%",cols="2,1,1m,1m,5",options="header"] |=======================================================================