You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/11 16:21:17 UTC

[camel] branch main updated: Regen for commit 0b269e8852d0c465314e764dbf47e19eec6332b6

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 3fb9ade07be Regen for commit 0b269e8852d0c465314e764dbf47e19eec6332b6
3fb9ade07be is described below

commit 3fb9ade07beae98a1a92d09ec0e78c4be40af0bf
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Sat Feb 11 16:10:22 2023 +0000

    Regen for commit 0b269e8852d0c465314e764dbf47e19eec6332b6
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../org/apache/camel/support/MessageHelper.java    | 32 +++++++++++-----------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/core/camel-support/src/main/java/org/apache/camel/support/MessageHelper.java b/core/camel-support/src/main/java/org/apache/camel/support/MessageHelper.java
index 0da1781920b..a2acdb544ec 100644
--- a/core/camel-support/src/main/java/org/apache/camel/support/MessageHelper.java
+++ b/core/camel-support/src/main/java/org/apache/camel/support/MessageHelper.java
@@ -477,15 +477,15 @@ public final class MessageHelper {
     /**
      * Dumps the message as a generic XML structure.
      *
-     * @param  message      the message
-     * @param  includeBody  whether or not to include the message body
-     * @param  indent       number of spaces to indent
+     * @param  message            the message
+     * @param  includeBody        whether or not to include the message body
+     * @param  indent             number of spaces to indent
      * @param  allowCachedStreams whether to include message body if they are stream cache based
-     * @param  allowStreams whether to include message body if they are stream based
-     * @param  allowFiles   whether to include message body if they are file based
-     * @param  maxChars     clip body after maximum chars (to avoid very big messages). Use 0 or negative value to not
-     *                      limit at all.
-     * @return              the XML
+     * @param  allowStreams       whether to include message body if they are stream based
+     * @param  allowFiles         whether to include message body if they are file based
+     * @param  maxChars           clip body after maximum chars (to avoid very big messages). Use 0 or negative value to
+     *                            not limit at all.
+     * @return                    the XML
      */
     public static String dumpAsXml(
             Message message, boolean includeBody, int indent, boolean allowCachedStreams, boolean allowStreams,
@@ -809,15 +809,15 @@ public final class MessageHelper {
     /**
      * Dumps the message as a generic JSon structure.
      *
-     * @param  message      the message
-     * @param  includeBody  whether or not to include the message body
-     * @param  indent       number of spaces to indent
+     * @param  message            the message
+     * @param  includeBody        whether or not to include the message body
+     * @param  indent             number of spaces to indent
      * @param  allowCachedStreams whether to include message body if they are stream cached based
-     * @param  allowStreams whether to include message body if they are stream based
-     * @param  allowFiles   whether to include message body if they are file based
-     * @param  maxChars     clip body after maximum chars (to avoid very big messages). Use 0 or negative value to not
-     *                      limit at all.
-     * @return              the JSon
+     * @param  allowStreams       whether to include message body if they are stream based
+     * @param  allowFiles         whether to include message body if they are file based
+     * @param  maxChars           clip body after maximum chars (to avoid very big messages). Use 0 or negative value to
+     *                            not limit at all.
+     * @return                    the JSon
      */
     public static String dumpAsJSon(
             Message message, boolean includeBody, int indent, boolean allowCachedStreams, boolean allowStreams,