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/03/20 11:41:17 UTC

[camel] branch main updated: Regen for commit f6baf0f2475dcf932d49f104ba850ed7177825df

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 562805c04f7 Regen for commit f6baf0f2475dcf932d49f104ba850ed7177825df
562805c04f7 is described below

commit 562805c04f7afeb533bf13c26d98c39ecd4e26f7
Author: essobedo <es...@users.noreply.github.com>
AuthorDate: Mon Mar 20 11:36:06 2023 +0000

    Regen for commit f6baf0f2475dcf932d49f104ba850ed7177825df
    
    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 dbf6f20183a..265ffb1fc92 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
@@ -178,7 +178,7 @@ public final class SensitiveUtils {
                                                     + "|\\Qverificationcode\\E"
                                                     + "|\\Qwebhookverifytoken\\E"
                                                     + "|\\Qzookeeperpassword\\E"
-                                                    // SENSITIVE-PATTERN: END
+    // SENSITIVE-PATTERN: END
     ;
 
     private SensitiveUtils() {