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
commit f4800ebac0084b761cb6e7b4862896c1c10ff0e6 Author: davsclaus <[email protected]> AuthorDate: Tue Jun 21 05:46:31 2022 +0000 Regen for commit 09b05a7417546e1eb6c997aff7f1b8855043e8d5 Signed-off-by: GitHub <[email protected]> --- .../main/java/org/apache/camel/component/jira/JiraConfiguration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-jira/src/main/java/org/apache/camel/component/jira/JiraConfiguration.java b/components/camel-jira/src/main/java/org/apache/camel/component/jira/JiraConfiguration.java index 2874b016a4b..a5d2e4177f9 100644 --- a/components/camel-jira/src/main/java/org/apache/camel/component/jira/JiraConfiguration.java +++ b/components/camel-jira/src/main/java/org/apache/camel/component/jira/JiraConfiguration.java @@ -135,8 +135,8 @@ public class JiraConfiguration implements Cloneable { } /** - * (Basic authentication only) The password or the API Token to authenticate to the Jira server. Use only if username basic - * authentication is used. + * (Basic authentication only) The password or the API Token to authenticate to the Jira server. Use only if + * username basic authentication is used. */ public void setPassword(String password) { this.password = password;
