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 0c655faefee Camel Azure Key Vault: Fixed javadoc
0c655faefee is described below

commit 0c655faefee040d5ddde0145df94f91d8e8983f4
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Sep 22 12:58:05 2022 +0200

    Camel Azure Key Vault: Fixed javadoc
---
 .../camel/component/azure/key/vault/EventhubsReloadTriggerTask.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/EventhubsReloadTriggerTask.java
 
b/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/EventhubsReloadTriggerTask.java
index c3c0fec2c8b..dca871013dd 100644
--- 
a/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/EventhubsReloadTriggerTask.java
+++ 
b/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/EventhubsReloadTriggerTask.java
@@ -161,7 +161,7 @@ public class EventhubsReloadTriggerTask extends 
ServiceSupport implements CamelC
                        eventProcessorClient.start();
                } else {
                        throw new RuntimeCamelException(
-                                       "Using the Azure Key Vault Secret 
refresh task requires setting eventhubs connection String, Blob Account Name, 
Blob Access Key and Blob Container Name  as application properties ");
+                                       "Using the Azure Key Vault Secret 
refresh task requires setting Eventhub connection String, Blob Account Name, 
Blob Access Key and Blob Container Name  as application properties ");
                }
        }
 

Reply via email to