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/08/11 16:54:11 UTC

[camel] branch camel-3.x updated: Regen for commit e98ab58a7c11481bb685fb95ed31bb789f53fad7 (#11089)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new f7edf7cd2d6 Regen for commit e98ab58a7c11481bb685fb95ed31bb789f53fad7 (#11089)
f7edf7cd2d6 is described below

commit f7edf7cd2d6d0a1172090f405b18324b4c723fc6
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Fri Aug 11 18:54:05 2023 +0200

    Regen for commit e98ab58a7c11481bb685fb95ed31bb789f53fad7 (#11089)
    
    Signed-off-by: GitHub <no...@github.com>
    Co-authored-by: davsclaus <da...@users.noreply.github.com>
---
 core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
index 6c57f8d3aa7..5b577bee865 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
@@ -188,7 +188,7 @@ public final class SensitiveUtils {
                                                     + "|\\Qverificationcode\\E"
                                                     + "|\\Qwebhookverifytoken\\E"
                                                     + "|\\Qzookeeperpassword\\E"
-                                                    // SENSITIVE-PATTERN: END
+    // SENSITIVE-PATTERN: END
     ;
 
     private SensitiveUtils() {