gnodet commented on code in PR #23184:
URL: https://github.com/apache/camel/pull/23184#discussion_r3232782419


##########
core/camel-api/src/main/java/org/apache/camel/FluentProducerTemplate.java:
##########
@@ -76,9 +76,7 @@
  * <ul>
  * <li>throws {@link org.apache.camel.CamelExecutionException} if processing 
failed <i>during</i> routing with the
  * caused exception wrapped</li>
- * <li>The <tt>fault.body</tt> if there is a fault message set and its not 
<tt>null</tt></li>
- * <li>Either <tt>IN</tt> or <tt>OUT</tt> body according to the message 
exchange pattern. If the pattern is Out capable
- * then the <tt>OUT</tt> body is returned, otherwise <tt>IN</tt>.
+ * <li>The <tt>OUT</tt> body if the pattern is Out capable, otherwise 
<tt>IN</tt>.

Review Comment:
   See below.



-- 
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]

Reply via email to