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 2023/10/30 14:08:22 UTC

(camel) branch main updated: Fix message header mapping docs to show underscores (#11872)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 98a5f4befd6 Fix message header mapping docs to show underscores (#11872)
98a5f4befd6 is described below

commit 98a5f4befd677b34fc1efd9cbe4b89a05c280553
Author: Joseph Earl <he...@josephearl.co.uk>
AuthorDate: Mon Oct 30 14:08:14 2023 +0000

    Fix message header mapping docs to show underscores (#11872)
---
 components/camel-jms/src/main/docs/jms-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-jms/src/main/docs/jms-component.adoc b/components/camel-jms/src/main/docs/jms-component.adoc
index 5edb796b7c5..95ea0a1a928 100644
--- a/components/camel-jms/src/main/docs/jms-component.adoc
+++ b/components/camel-jms/src/main/docs/jms-component.adoc
@@ -160,9 +160,9 @@ filename header for the File Component, and so on.
 The current header name strategy for accepting header names in Camel is
 as follows:
 
-* Dots are replaced by `_DOT_` and the replacement is reversed when
+* Dots are replaced by `\_DOT_` and the replacement is reversed when
 Camel consume the message
-* Hyphen is replaced by `_HYPHEN_` and the replacement is reversed when
+* Hyphen is replaced by `\_HYPHEN_` and the replacement is reversed when
 Camel consumes the message
 
 You can configure many different properties on the JMS endpoint, which