This is an automated email from the ASF dual-hosted git repository. acosentino 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 2cda3d6 fix formatting typo in hl7-dataformat.adoc 2cda3d6 is described below commit 2cda3d63cf92ca4dd4e61d5aa8fdf5c82d086ad8 Author: Matteo Mortari <matteo.mort...@gmail.com> AuthorDate: Mon Nov 1 17:35:39 2021 +0100 fix formatting typo in hl7-dataformat.adoc --- components/camel-hl7/src/main/docs/hl7-dataformat.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc index cf35189..d777742 100644 --- a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc +++ b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc @@ -329,7 +329,7 @@ that was used to parse the message` |`CamelHL7Charset` |`MSH-18` |`UNICODE UTF-8` |=== -All headers except `CamelHL7Context `are `String` types. If a header +All headers except `CamelHL7Context` are `String` types. If a header value is missing, its value is `null`. == Dependencies