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

commit e1494d7f95c2f5ebb8df878d903aa374452b9f89
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Nov 20 13:16:53 2023 +0100

    Regen
---
 .../camel/builder/endpoint/dsl/StreamEndpointBuilderFactory.java    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/StreamEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/StreamEndpointBuilderFactory.java
index c93ce81baea..4ddf18f01ab 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/StreamEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/StreamEndpointBuilderFactory.java
@@ -173,9 +173,9 @@ public interface StreamEndpointBuilderFactory {
         /**
          * When using stream:http format, this option specifies optional http
          * headers, such as Accept: application/json. Multiple headers can be
-         * separated by comma. The format of headers should be HEADER=VALUE. An
-         * example might look like
-         * Accept=application/json,Content-Type=text/plain.
+         * separated by comma. The format of headers can be either HEADER=VALUE
+         * or HEADER:VALUE. In accordance with the HTTP/1.1 specification,
+         * leading and/or trailing whitespace is ignored.
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 

Reply via email to