This is an automated email from the ASF dual-hosted git repository. davsclaus 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 c49633f Polished c49633f is described below commit c49633f7a9637c7c69abdb915353e30567fd516b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Jan 8 10:13:12 2022 +0100 Polished --- 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 0c794ad..6acdb6c 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 @@ -110,7 +110,7 @@ public final class SensitiveUtils { } /** - * Whether the given configuration property contains a sensitive a sensitive key (such as password, accesstoken, + * Whether the given configuration property contains a sensitive key (such as password, accesstoken, * etc.) * * @param text the configuration property