This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.18.x by this push:
new 6f43a9e3f61 [Minor] Apply formatter
6f43a9e3f61 is described below
commit 6f43a9e3f613234ac8b3c6348bc4cec47eb4683e
Author: Gregor Zurowski <[email protected]>
AuthorDate: Fri Oct 21 15:07:48 2022 +0200
[Minor] Apply formatter
---
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 ddbe43e68a4..793cb51e52a 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
@@ -176,7 +176,7 @@ public final class SensitiveUtils {
+ "|\\Quserpassword\\E"
+ "|\\Qverificationcode\\E"
+
"|\\Qzookeeperpassword\\E"
- // SENSITIVE-PATTERN: END
+ // SENSITIVE-PATTERN: END
;
private SensitiveUtils() {