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/04/14 10:28:35 UTC

[camel] 01/06: Regen for commit 646b371c8b8cf6b5887e4c9d56ecda86905f60ec

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

commit 410f413a18c85c9f3a87e103c3e580a5a5846951
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Fri Apr 14 09:26:30 2023 +0000

    Regen for commit 646b371c8b8cf6b5887e4c9d56ecda86905f60ec
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/main/java/org/apache/camel/support/MessageHelper.java        | 5 +++--
 1 file changed, 3 insertions(+), 2 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 e903dbdb25a..a66cf555dd6 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
@@ -877,7 +877,8 @@ public final class MessageHelper {
             Message message, boolean includeExchangeProperties, boolean includeBody, int indent,
             boolean allowCachedStreams, boolean allowStreams, boolean allowFiles, int maxChars, boolean pretty) {
 
-        JsonObject jo = dumpAsJSonObject(message, includeExchangeProperties, includeBody, allowCachedStreams, allowStreams, allowFiles, maxChars);
+        JsonObject jo = dumpAsJSonObject(message, includeExchangeProperties, includeBody, allowCachedStreams, allowStreams,
+                allowFiles, maxChars);
         String answer = jo.toJson();
         if (pretty) {
             if (indent > 0) {
@@ -1072,7 +1073,7 @@ public final class MessageHelper {
     /**
      * Dumps the exception as a generic JSon object.
      *
-     * @return        the JSon object
+     * @return the JSon object
      */
     public static JsonObject dumpExceptionAsJSonObject(Throwable exception) {
         JsonObject root = new JsonObject();