davsclaus commented on code in PR #12018:
URL: https://github.com/apache/camel/pull/12018#discussion_r1396248724
##########
components/camel-stream/src/main/java/org/apache/camel/component/stream/StreamEndpoint.java:
##########
@@ -145,7 +145,8 @@ public String getHttpHeaders() {
/**
* When using stream:http format, this option specifies optional http
headers, such as Accept: application/json.
- * Multiple headers can be separated by comma.
+ * Multiple headers can be separated by comma. The format of headers
should be {@code HEADER=VALUE}. An example
Review Comment:
We usually do not use @code or other formatting as the text is being
extracted for tooling as well and they use plain text. So it would be good to
get that removed, thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]