You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2019/01/28 17:30:00 UTC

[camel] branch master updated: Fixing doc newline

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 15e86f8  Fixing doc newline
15e86f8 is described below

commit 15e86f8a6771096ff43e5835fffe1201bc0de67f
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jan 28 17:29:30 2019 +0000

    Fixing doc newline
---
 components/camel-jdbc/src/main/docs/jdbc-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jdbc/src/main/docs/jdbc-component.adoc b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
index 1fd4859..6043ad5 100644
--- a/components/camel-jdbc/src/main/docs/jdbc-component.adoc
+++ b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
@@ -175,7 +175,7 @@ In the given route below, we want to get all the projects from the
 projects table. Notice the SQL query has 2 named parameters, :?lic and
 :?min. +
  Camel will then lookup these parameters from the message headers.
-Notice in the example above we set two headers with constant value +
+Notice in the example above we set two headers with constant value
  for the named parameters:
 
 [source,java]