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/01/13 16:41:06 UTC

[camel] branch main updated: Regen for commit 8ede43414d7f723ab1ea096ec02cc1eb23c321b8

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 6c088916eee Regen for commit 8ede43414d7f723ab1ea096ec02cc1eb23c321b8
6c088916eee is described below

commit 6c088916eeeb8cef742bf80226410bb1620f220c
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Fri Jan 13 16:37:44 2023 +0000

    Regen for commit 8ede43414d7f723ab1ea096ec02cc1eb23c321b8
    
    Signed-off-by: GitHub <no...@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 0fb5d04773b..b2aed8394cc 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
@@ -172,7 +172,7 @@ public final class SensitiveUtils {
                                                     + "|\\Qverificationcode\\E"
                                                     + "|\\Qwebhookverifytoken\\E"
                                                     + "|\\Qzookeeperpassword\\E"
-                                                    // SENSITIVE-PATTERN: END
+    // SENSITIVE-PATTERN: END
     ;
 
     private SensitiveUtils() {